Skip to content

Commit

Permalink
Fix doc tests (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson authored Sep 11, 2024
1 parent 46e2c72 commit e21769e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Test with pytest
run: |
python -m pytest docs/user_guide/*rst
python -m pytest --doctest-glob="*.rst" --doctest-modules docs
python -m pytest --pyargs quantile_forest --cov=quantile_forest
- name: Upload coverage reports to Codecov
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To test the code and produce a coverage report::

To test the documentation::

$ python -m pytest docs/user_guide/*rst
$ python -m pytest --doctest-glob="*.rst" --doctest-modules docs

Documentation
~~~~~~~~~~~~~
Expand Down

0 comments on commit e21769e

Please sign in to comment.