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 ae0977e commit f590d9dCopy full SHA for f590d9d
.github/workflows/tests.yml
@@ -41,7 +41,9 @@ jobs:
41
with:
42
python-version: ${{ matrix.python-version }}
43
- name: Install dependencies
44
- run: python -m pip install -r requirements/required.txt -r requirements/test.txt
+ run: |
45
+ python -m pip install uv
46
+ python -m uv pip install --system -r requirements/required.txt -r requirements/test.txt
47
- name: Test with pytest
48
run: pytest -v -n 2
49
0 commit comments