Skip to content

Commit

Permalink
TST: enable doctests in bleeding-edge CI
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Aug 19, 2024
1 parent dc124e8 commit ee34559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python -m pip install --upgrade setuptools wheel setuptools_scm
python -m pip install --pre numpy --only-binary ":all:" --extra-index \
https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
python -m pip install pytest
python -m pip install pytest pytest-doctestplus docutils
python -m pip install sympy
python -m pip install --no-deps --upgrade --pre sympy
Expand All @@ -53,4 +53,4 @@ jobs:
- run: python -m pip list

- name: Run Tests
run: pytest -vvv unyt/
run: pytest -vvv --doctest-modules --doctest-plus --doctest-rst unyt/

0 comments on commit ee34559

Please sign in to comment.