Skip to content

Commit

Permalink
void doctest errors resulting from unimportable astra or svmbir
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Jul 19, 2024
1 parent 803b836 commit 2bf79a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Run doc tests
if: matrix.group == 1
run: |
pytest --ignore-glob="*test_*.py" --doctest-modules scico
pytest --ignore-glob="*test_*.py" --ignore=scico/linop/xray --doctest-modules scico
pytest --doctest-glob="*.rst" docs
coverage:
Expand Down

0 comments on commit 2bf79a9

Please sign in to comment.