Skip to content

Commit 0421a38

Browse files
committed
Mamba solver is already configured
1 parent b376491 commit 0421a38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gpu-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
run: |
3232
# defines the get_dep and show_installed_libraries functions
3333
source build_tools/shared.sh
34-
conda install -n base conda conda-libmamba-solver -y
35-
conda config --set solver libmamba
34+
# mamba solver is already installed and configured
35+
#conda install -n base conda conda-libmamba-solver -y
36+
#conda config --set solver libmamba
3637
conda install -c conda-forge "$(get_dep conda-lock min)" -y
3738
conda-lock install --name sklearn build_tools/azure/pylatest_conda_forge_mkl_linux-64_conda.lock
3839

0 commit comments

Comments
 (0)