Skip to content

Commit b5b22b4

Browse files
committed
install to system python not venv
1 parent 8d88674 commit b5b22b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/phantoms.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ jobs:
9393
- name: Install Python Dependencies
9494
run: |
9595
cd pypet2bids
96-
uv pip install -e .[dev]
96+
uv pip install -e .[dev] --system
9797
9898
- name: Install UV Build Package
9999
run: |
100100
make installuv
101101
make buildpackage
102-
make installpackage
102+
cd pypet2bids && uv pip install dist/pypet2bids-*.whl --system
103103
dcm2niix4pet -h
104104
105105
- name: Set Up Node

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install dependencies
5757
run: |
5858
cd pypet2bids
59-
uv pip install -e .[dev]
59+
uv pip install -e .[dev] --system
6060
6161
- name: Collect ECAT and other phantoms
6262
if: steps.cache-phantoms.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)