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 40031e2 commit 976e978Copy full SHA for 976e978
.github/workflows/main.yml
@@ -74,8 +74,8 @@ jobs:
74
# pyperformance must be installed:
75
# pyperformance/tests/test_compare.py imports it
76
run: |
77
- uv pip install --upgrade pip setuptools
78
- uv pip install -e .
+ uv pip install --system --upgrade pip setuptools
+ uv pip install --system -e .
79
- name: Display Python version
80
81
python -VV
0 commit comments