Skip to content

Commit fbcaf65

Browse files
committed
upd ci
1 parent 4f288f9 commit fbcaf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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
31+
conda update -n base -c defaults -y
3232
conda config --set solver classic
3333
conda install -c conda-forge conda-build anaconda-client conda-verify -y
3434
conda install -c conda-forge -c loop3d --file requirements.txt -y

0 commit comments

Comments
 (0)