Skip to content

Commit b26fac5

Browse files
committed
classic solver?
1 parent 736811d commit b26fac5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ jobs:
2828
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
2929
shell: bash -l {0}
3030
run: |
31-
32-
conda update -n base -c defaults conda -y
33-
conda install -n base conda-libmamba-solver -y
34-
conda config --set solver libmamba
35-
36-
31+
conda config --set solver classic
3732
conda install -c conda-forge conda-build anaconda-client conda-verify -y
3833
conda install -c conda-forge -c loop3d --file requirements.txt -y
3934

0 commit comments

Comments
 (0)