Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvxx committed Feb 9, 2024
1 parent e685480 commit 0b7eaea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest ./pymgm/test/
export PYTHONPATH=./pymgm:$PYTHONPATH
pytest ./pymgm/test/
shell: bash

0 comments on commit 0b7eaea

Please sign in to comment.