Skip to content

Commit d58598f

Browse files
committed
just keep trying...
1 parent 04f2364 commit d58598f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Install testing dependencies and project
2424
run: pip install -r dev-requirements.txt .
2525
- name: Run pytest tests
26-
run: pytest
26+
run: python -m pytest

0 commit comments

Comments
 (0)