Skip to content

Commit 976e978

Browse files
committed
system in ga should be ok
1 parent 40031e2 commit 976e978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
# pyperformance must be installed:
7575
# pyperformance/tests/test_compare.py imports it
7676
run: |
77-
uv pip install --upgrade pip setuptools
78-
uv pip install -e .
77+
uv pip install --system --upgrade pip setuptools
78+
uv pip install --system -e .
7979
- name: Display Python version
8080
run: |
8181
python -VV

0 commit comments

Comments
 (0)