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 4357c89 commit 36a1944Copy full SHA for 36a1944
1 file changed
.github/workflows/test.yml
@@ -33,7 +33,12 @@ jobs:
33
source .venv/bin/activate
34
uv sync --dev
35
36
+ - name: List installed packages
37
+ run: |
38
+ source .venv/bin/activate
39
+ python -m pip list
40
+
41
- name: Run pytest
42
run: |
43
- PYTHONPATH=. python -m pytest --maxfail=2 --disable-warnings -q
44
+ PYTHONPATH=. .venv/bin/python -m pytest --maxfail=2 --disable-warnings -q
0 commit comments