Skip to content

Commit

Permalink
Disable --doctest-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagusiak committed Oct 9, 2022
1 parent 017698c commit a5738a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
pip install -r requirements.txt
- name: Run tests
run: |
pytest --doctest-modules
pytest
- name: Run mypy
run: |
mypy --install-types --non-interactive .

0 comments on commit a5738a1

Please sign in to comment.