Skip to content

Commit 3c8cd96

Browse files
committed
update github action
1 parent e73055d commit 3c8cd96

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
python -m pip install .
2727
- name: Test with pytest
2828
run: |
29-
pip install uv
30-
uvx pytest -x
29+
pip install uv pytest
30+
pytest -x
3131
3232
test-mac:
3333
runs-on: macos-latest
@@ -48,8 +48,8 @@ jobs:
4848
python -m pip install .
4949
- name: Test with pytest
5050
run: |
51-
pip install uv
52-
uvx pytest -x
51+
pip install uv pytest
52+
pytest -x
5353
5454
test-win32:
5555
runs-on: windows-latest
@@ -70,5 +70,5 @@ jobs:
7070
python -m pip install .
7171
- name: Test with pytest
7272
run: |
73-
pip install uv
74-
uvx pytest -x
73+
pip install uv pytest
74+
pytest -x

0 commit comments

Comments
 (0)