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 4f288f9 commit fbcaf65Copy full SHA for fbcaf65
.github/workflows/conda.yml
@@ -28,7 +28,7 @@ jobs:
28
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
29
shell: bash -l {0}
30
run: |
31
- conda update -n base -c defaults conda-build -y
+ conda update -n base -c defaults -y
32
conda config --set solver classic
33
conda install -c conda-forge conda-build anaconda-client conda-verify -y
34
conda install -c conda-forge -c loop3d --file requirements.txt -y
0 commit comments