We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b376491 commit 0421a38Copy full SHA for 0421a38
.github/workflows/gpu-ci.yml
@@ -31,8 +31,9 @@ jobs:
31
run: |
32
# defines the get_dep and show_installed_libraries functions
33
source build_tools/shared.sh
34
- conda install -n base conda conda-libmamba-solver -y
35
- conda config --set solver libmamba
+ # mamba solver is already installed and configured
+ #conda install -n base conda conda-libmamba-solver -y
36
+ #conda config --set solver libmamba
37
conda install -c conda-forge "$(get_dep conda-lock min)" -y
38
conda-lock install --name sklearn build_tools/azure/pylatest_conda_forge_mkl_linux-64_conda.lock
39
0 commit comments