Skip to content

Commit

Permalink
Temporarily disable doctest.
Browse files Browse the repository at this point in the history
I get numpy types on GitHub and Python types locally.
I don't have time to fix this now.
Will create an issue and look into it.
  • Loading branch information
ioannis-vm committed Aug 25, 2024
1 parent 07339c1 commit f9010b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: flake8
run: flake8 src
- name: Unit tests
run: python -m pytest --doctest-modules src/osmg/
run: python -m pytest src/osmg/

0 comments on commit f9010b9

Please sign in to comment.