Skip to content

Commit 2af3fc2

Browse files
authored
Update python-app.yml
1 parent df9edd3 commit 2af3fc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
5555
- name: install with pip
5656
shell: bash -l {0}
57-
run: pip install -e . && prep-license MODELIRANJE
57+
run: pip install -e .
5858

5959
- name: Run test suite
6060
shell: bash -l {0}
61-
run: pytest -v
61+
run: prep-license MODELIRANJE & pytest -v

0 commit comments

Comments
 (0)