Skip to content

Commit baf0c13

Browse files
committed
Fix deploy workflow
1 parent 1dcb15a commit baf0c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
env:
2525
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
2626
run: |
27-
mamba install -n base -c conda-forge boa setuptools_scm anaconda-client -y
28-
mamba config --set anaconda_upload yes
27+
conda install -n base -c conda-forge boa setuptools_scm anaconda-client -y
28+
conda config --set anaconda_upload yes
2929
xvfb-run conda mambabuild -c conda-forge --user ilastik-forge conda-recipe

0 commit comments

Comments
 (0)