Skip to content

Commit

Permalink
Mypy against installed broadbean
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Aug 8, 2022
1 parent 40e5987 commit da4dfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
pip install .
- name: Run Mypy
run: mypy broadbean
run: mypy -p broadbean
- name: Run tests
run: |
pytest --cov=broadbean --cov-report xml --hypothesis-profile ci broadbean
Expand Down

0 comments on commit da4dfde

Please sign in to comment.