Skip to content

Commit

Permalink
Run doctests again (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed May 6, 2024
1 parent 6f4f375 commit ca89a98
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@ jobs:

- name: Run Tests
shell: bash -l {0}
run: |
set -ex
if [ $PYTHON_VERSION == "3.7" ]; then
pytest partd --doctest-modules --verbose
else
pytest partd --verbose
fi
run: pytest partd --doctest-modules --verbose
env:
PYTHON_VERSION: ${{ matrix.python-version }}

0 comments on commit ca89a98

Please sign in to comment.