We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9edd3 commit 2af3fc2Copy full SHA for 2af3fc2
1 file changed
.github/workflows/python-app.yml
@@ -54,8 +54,8 @@ jobs:
54
55
- name: install with pip
56
shell: bash -l {0}
57
- run: pip install -e . && prep-license MODELIRANJE
+ run: pip install -e .
58
59
- name: Run test suite
60
61
- run: pytest -v
+ run: prep-license MODELIRANJE & pytest -v
0 commit comments