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 f590d9d commit bd48d9eCopy full SHA for bd48d9e
.github/workflows/tests.yml
@@ -56,6 +56,8 @@ jobs:
56
with:
57
python-version: "3.9"
58
- name: Install dependencies
59
- run: python -m pip install -r requirements/minimum.old -r requirements/test.txt
+ run: |
60
+ python -m pip install uv
61
+ python -m uv pip install --system -r requirements/minimum.old -r requirements/test.txt
62
- name: Test with pytest
63
run: pytest -v -n 2
0 commit comments