Skip to content

Commit

Permalink
fix: change runinteg flag
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRec committed Nov 6, 2023
1 parent 6aa2a5c commit d7b5c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shell: sh
- name: Run Integration Tests
run: |
pytest -m "runinteg" --ignore tests/analyse_network # run only those tests marked runinteg
pytest -m runinteg --runinteg --ignore tests/analyse_network # run only those tests marked runinteg
- name: pre-commit
run: |
pre-commit install
Expand Down

0 comments on commit d7b5c15

Please sign in to comment.