Skip to content

Commit 35c7415

Browse files
authored
Update pytest_questionnaire.yml
1 parent 28fb5af commit 35c7415

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pytest_questionnaire.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ jobs:
3636
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3737
- name: Test with pytest
3838
run: |
39-
pytest -v -k questionnaire_unit_test.py -s
40-
39+
pytest -v -k questionnaire_unit_test.py -s

0 commit comments

Comments
 (0)