Skip to content

Commit af8c468

Browse files
ci: correct test running command
1 parent 0f282c4 commit af8c468

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
if [ -f requirements.txt ]; then pip install -e ".[test]"; fi
3131
- name: Test with pytest
3232
run: |
33-
pytest
33+
python -m pytest -v -x automated_test.py

0 commit comments

Comments
 (0)