We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d88674 commit b5b22b4Copy full SHA for b5b22b4
.github/workflows/phantoms.yaml
@@ -93,13 +93,13 @@ jobs:
93
- name: Install Python Dependencies
94
run: |
95
cd pypet2bids
96
- uv pip install -e .[dev]
+ uv pip install -e .[dev] --system
97
98
- name: Install UV Build Package
99
100
make installuv
101
make buildpackage
102
- make installpackage
+ cd pypet2bids && uv pip install dist/pypet2bids-*.whl --system
103
dcm2niix4pet -h
104
105
- name: Set Up Node
.github/workflows/python.yaml
@@ -56,7 +56,7 @@ jobs:
56
- name: Install dependencies
57
58
59
60
61
- name: Collect ECAT and other phantoms
62
if: steps.cache-phantoms.outputs.cache-hit != 'true'
0 commit comments