Skip to content

Commit

Permalink
Fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dominik committed May 13, 2024
1 parent 1dcb15a commit baf0c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
mamba install -n base -c conda-forge boa setuptools_scm anaconda-client -y
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
xvfb-run conda mambabuild -c conda-forge --user ilastik-forge conda-recipe

0 comments on commit baf0c13

Please sign in to comment.