We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dcb15a commit baf0c13Copy full SHA for baf0c13
.github/workflows/deploy.yml
@@ -24,6 +24,6 @@ jobs:
24
env:
25
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
26
run: |
27
- mamba install -n base -c conda-forge boa setuptools_scm anaconda-client -y
28
- mamba config --set anaconda_upload yes
+ conda install -n base -c conda-forge boa setuptools_scm anaconda-client -y
+ conda config --set anaconda_upload yes
29
xvfb-run conda mambabuild -c conda-forge --user ilastik-forge conda-recipe
0 commit comments