Skip to content

Commit

Permalink
Do not run doctests as part of the docs configuration
Browse files Browse the repository at this point in the history
We already test them as part of our integration test run.

See https://github.com/google-deepmind/dm-haiku/blob/main/haiku/_src/integration/doctest_test.py.

PiperOrigin-RevId: 575757464
  • Loading branch information
superbobry authored and copybara-github committed Oct 23, 2023
1 parent 86a00ea commit c9ffc9a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:
run: |
cd docs
make coverage_check
- name: Test doctests
run: |
cd docs
make doctest
- name: Test docs to HTML
run: |
cd docs
Expand Down

0 comments on commit c9ffc9a

Please sign in to comment.