File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,13 @@ jobs:
2828 ANACONDA_API_TOKEN : ${{ secrets.ANACONDA_TOKEN }}
2929 shell : bash -l {0}
3030 run : |
31+ conda update -n base -c defaults conda-build -y
3132 conda config --set solver classic
3233 conda install -c conda-forge conda-build anaconda-client conda-verify -y
33- conda install -c conda-forge -c loop3d --file requirements.txt -y
34-
35-
36- conda build -c anaconda -c conda-forge -c loop3d --output-folder conda conda --python ${{ matrix.python-version }}
37-
38-
34+ conda install -c conda-forge -c loop3d --file requirements.txt -y
35+ conda build -c anaconda -c conda-forge -c loop3d --output-folder conda conda --python ${{ matrix.python-version }}
3936 anaconda upload --label main conda/*/*.tar.bz2
4037
41-
4238 - name : upload artifacts
4339 uses : actions/upload-artifact@v4
4440 with :
You can’t perform that action at this time.
0 commit comments