Skip to content

Commit

Permalink
fallback to conda build, due to mambabuild problems
Browse files Browse the repository at this point in the history
  • Loading branch information
wolny committed Feb 18, 2024
1 parent 6fbb5a3 commit df8cf5c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ jobs:
channel-priority: false
- shell: bash -l {0}
run: conda info --envs
- name: Build pytorch-3dunet using Boa
- name: Build pytorch-3dunet
shell: bash -l {0}
run: |
conda install --yes -c conda-forge mamba
mamba install -q boa
conda mambabuild -c pytorch -c nvidia -c conda-forge conda-recipe
conda install -q conda-build
conda build -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
conda create -n pytorch3dunet -c pytorch -c nvidia -c conda-forge pytorch-3dunet pytest
- name: Run pytest
shell: bash -l {0}
run: |
Expand Down

0 comments on commit df8cf5c

Please sign in to comment.