Skip to content

Commit c776958

Browse files
committed
use uv pip
1 parent 2b7cfa3 commit c776958

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
# pyperformance must be installed:
7373
# pyperformance/tests/test_compare.py imports it
7474
run: |
75-
python -m pip install --upgrade pip setuptools
76-
python -m pip install -e .
75+
uv pip install --upgrade pip setuptools
76+
uv pip install -e .
7777
- name: Display Python version
7878
run: |
7979
python -VV

0 commit comments

Comments
 (0)