Skip to content

Commit d09ef2e

Browse files
committed
Update relevant CI to get minimal dependencies from conda channels
1 parent cefbc8b commit d09ef2e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/httomolibgpu_tests_run_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@v2
2929
with:
30-
environment-file: conda/environment.yml
3130
environment-name: httomo
31+
create-args: >-
32+
cupy==12.3.0
33+
ccpi::ccpi-regulariser
3234
post-cleanup: 'all'
3335
init-shell: bash
3436

.github/workflows/httomolibgpu_zenodotests_iris.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
- name: Create conda environment
2525
uses: mamba-org/setup-micromamba@v1
2626
with:
27-
environment-file: conda/environment.yml
2827
environment-name: httomo
28+
create-args: >-
29+
cupy==12.3.0
30+
ccpi::ccpi-regulariser
2931
post-cleanup: 'all'
3032
init-shell: bash
3133

.github/workflows/main-checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323
- name: Create conda environment
2424
uses: mamba-org/setup-micromamba@v1
2525
with:
26-
environment-file: conda/environment.yml
2726
environment-name: httomo
27+
create-args: >-
28+
cupy==12.3.0
29+
ccpi::ccpi-regulariser
2830
post-cleanup: 'all'
2931
init-shell: bash
3032

0 commit comments

Comments
 (0)