Skip to content

Commit bef7ba8

Browse files
committed
chore(all): GH action fixed maybe third attempt
1 parent 84b4465 commit bef7ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Test with pytest
2929
run: |
3030
cd tests
31-
pytest --ignore UNUSED/
31+
python -m pytest --ignore UNUSED/

0 commit comments

Comments
 (0)