Skip to content

Commit

Permalink
Merge pull request #202 from dlyongemallo/fix_tests_mypy
Browse files Browse the repository at this point in the history
Enforce mypy on tests on presubmit.
  • Loading branch information
jvdwetering committed Mar 29, 2024
2 parents 8b5d0cc + fde15d6 commit 8c09da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: mypy
run: |
mypy pyzx/
mypy pyzx/ tests/
- name: Test with unittest
run: |
python -m unittest discover -s "tests" -t "."

0 comments on commit 8c09da7

Please sign in to comment.