Skip to content

Commit f590d9d

Browse files
committed
Add uv to CI
1 parent ae0977e commit f590d9d

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
@@ -41,7 +41,9 @@ jobs:
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
- name: Install dependencies
44-
run: python -m pip install -r requirements/required.txt -r requirements/test.txt
44+
run: |
45+
python -m pip install uv
46+
python -m uv pip install --system -r requirements/required.txt -r requirements/test.txt
4547
- name: Test with pytest
4648
run: pytest -v -n 2
4749

0 commit comments

Comments
 (0)