There was an error while loading. Please reload this page.
1 parent 36a1944 commit 71733c8Copy full SHA for 71733c8
1 file changed
.github/workflows/test.yml
@@ -35,10 +35,8 @@ jobs:
35
36
- name: List installed packages
37
run: |
38
- source .venv/bin/activate
39
- python -m pip list
+ uv run python -m pip list
40
41
- name: Run pytest
42
43
44
- PYTHONPATH=. .venv/bin/python -m pytest --maxfail=2 --disable-warnings -q
+ uv run python -m pytest --maxfail=2 --disable-warnings -q
0 commit comments