Skip to content

Commit

Permalink
Forcing pytest to navigate up
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed Oct 7, 2023
1 parent bf6b96c commit 42bba81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
working-directory: ./
run: |
pip install pytest
python -m pytest
cd .. && python -m pytest

0 comments on commit 42bba81

Please sign in to comment.