Skip to content

Commit 4f288f9

Browse files
committed
upd defaults
1 parent b26fac5 commit 4f288f9

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/conda.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)