Skip to content

Commit 6c9b220

Browse files
committed
Add sphinx-testing to CI dependencies
Updated the CI workflow to install the sphinx-testing package before running tests. This ensures that all required testing dependencies are available during CI runs.
1 parent d65f297 commit 6c9b220

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run : |
3737
python -m pip install --upgrade pip
3838
pip install -e.[testing]
39+
pip install sphinx-testing
3940
- name: Run pytest
4041
run: |
4142
pytest --durations=10 --cov=sphinx_proof --cov-report=xml --cov-report=term-missing

0 commit comments

Comments
 (0)