Skip to content

Commit

Permalink
iris test to pass3
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed Jul 11, 2024
1 parent 3ebc6b0 commit 237a52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
post-cleanup: 'all'
init-shell: bash

- name: Install httomo from conda-cloud
- name: Install httomo-dev from conda-cloud
run: |
micromamba activate httomo
micromamba install "httomo/linux-64::httomo * py310_openmpi_regular*" -c conda-forge -c astra-toolbox -c rapidsai
micromamba install "httomo/label/dev/linux-64::httomo * py310_openmpi_regular*" -c httomo -c conda-forge -c astra-toolbox -c rapidsai
micromamba list
- name: Run tests
Expand Down

0 comments on commit 237a52a

Please sign in to comment.