Skip to content

Commit bd48d9e

Browse files
committed
Add uv to minimum
1 parent f590d9d commit bd48d9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
with:
5757
python-version: "3.9"
5858
- name: Install dependencies
59-
run: python -m pip install -r requirements/minimum.old -r requirements/test.txt
59+
run: |
60+
python -m pip install uv
61+
python -m uv pip install --system -r requirements/minimum.old -r requirements/test.txt
6062
- name: Test with pytest
6163
run: pytest -v -n 2

0 commit comments

Comments
 (0)