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 736811d commit b26fac5Copy full SHA for b26fac5
.github/workflows/conda.yml
@@ -28,12 +28,7 @@ jobs:
28
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
29
shell: bash -l {0}
30
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
+ conda config --set solver classic
37
conda install -c conda-forge conda-build anaconda-client conda-verify -y
38
conda install -c conda-forge -c loop3d --file requirements.txt -y
39
0 commit comments