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 2b7cfa3 commit c776958Copy full SHA for c776958
1 file changed
.github/workflows/main.yml
@@ -72,8 +72,8 @@ jobs:
72
# pyperformance must be installed:
73
# pyperformance/tests/test_compare.py imports it
74
run: |
75
- python -m pip install --upgrade pip setuptools
76
- python -m pip install -e .
+ uv pip install --upgrade pip setuptools
+ uv pip install -e .
77
- name: Display Python version
78
79
python -VV
0 commit comments