Skip to content

Commit b3b513a

Browse files
Amend ci/cd
1 parent acaa3cb commit b3b513a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
continue-on-error: true
2727
- name: Test with pytest
2828
run: |
29-
pytest test_app_cicd.py
29+
pip install pytest && pytest test_app_cicd.py
3030
- name: Generate Coverage Report
3131
run: |
3232
coverage report -m

0 commit comments

Comments
 (0)