Skip to content

Commit

Permalink
Fix test workflow for doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBinette authored Nov 29, 2023
1 parent 95e44a5 commit 4fb1f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Pytest
run: |
pip install .[test]
pip install -e .[test]
pytest --doctest-modules --ignore-glob=examples/*
- name: Wheel distribution tests
Expand Down

0 comments on commit 4fb1f16

Please sign in to comment.