Skip to content

Commit

Permalink
use 'conda mambabuild' instead of 'mamba mambabuild' in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wolny committed Dec 5, 2023
1 parent 4480394 commit 76e1946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
conda install --yes -c conda-forge mamba
mamba install -q boa
mamba mambabuild -c pytorch -c nvidia -c conda-forge conda-recipe
conda mambabuild -c pytorch -c nvidia -c conda-forge conda-recipe
- name: Create pytorch3dunet env
run: |
mamba create -n pytorch3dunet -c pytorch -c nvidia -c conda-forge pytorch-3dunet pytest
Expand Down

0 comments on commit 76e1946

Please sign in to comment.