Skip to content

Commit 2cfc4d8

Browse files
committed
update GHA
1 parent 2b2dab8 commit 2cfc4d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: build
4949
run: |
5050
conda activate "${{ steps.reqs.outputs.envname }}"
51-
pip install .
51+
pip install . -v
5252
- name: test
5353
run: |
5454
conda activate "${{ steps.reqs.outputs.envname }}"

scripts/requirements-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ channels:
1919
dependencies:
2020
- python >=3.10
2121
- numpy >=1.23,<2
22-
- libgomp # [linux]
22+
- llvm-openmp
2323
- ccpi::cil-data >=22
2424
- ccpi::tigre 2.6
25-
- ccpi::ccpi-regulariser 24.0.1
26-
- ccpi::tomophantom 2.0.0
25+
- ccpi::ccpi-regulariser 25.0.0
26+
- httomo::tomophantom
2727
- astra-toolbox 2.1 cuda*
2828
- cvxpy
2929
- python-wget

0 commit comments

Comments
 (0)