Skip to content

Commit 1ff076b

Browse files
committed
Update IRIS CI to get minimal dependencies from conda channels
1 parent 6001400 commit 1ff076b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run_tests_iris.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
- name: Create conda environment
2828
uses: mamba-org/setup-micromamba@v1
2929
with:
30-
environment-file: conda/environment.yml
3130
environment-name: httomo_backends
31+
create-args: >-
32+
cupy==12.3.0
33+
ccpi::ccpi-regulariser
3234
post-cleanup: 'all'
3335
init-shell: bash
3436

0 commit comments

Comments
 (0)