Skip to content

Commit

Permalink
Remove doctests again
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Aug 21, 2024
1 parent 2cd5fb7 commit af78f26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/install-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ jobs:
pip install pytest
- name: Run tests
run: |
pytest tests -r a -vv tests src --doctest-modules
# Can't run doctests here because the paths are different
pytest tests -r a -vv tests

0 comments on commit af78f26

Please sign in to comment.