We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73055d commit 3c8cd96Copy full SHA for 3c8cd96
1 file changed
.github/workflows/pythonpackage.yml
@@ -26,8 +26,8 @@ jobs:
26
python -m pip install .
27
- name: Test with pytest
28
run: |
29
- pip install uv
30
- uvx pytest -x
+ pip install uv pytest
+ pytest -x
31
32
test-mac:
33
runs-on: macos-latest
@@ -48,8 +48,8 @@ jobs:
48
49
50
51
52
53
54
test-win32:
55
runs-on: windows-latest
@@ -70,5 +70,5 @@ jobs:
70
71
72
73
74
0 commit comments