Skip to content

Commit 8d239aa

Browse files
committed
tests workflow does not use requirements/doc/doc-requirments.txt
1 parent d4e68ca commit 8d239aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
178178
# Install optional dependencies from PyPI.
179179
# Sphinx is needed to run sphinxext tests
180-
python -m pip install --upgrade sphinx
180+
python -m pip install --upgrade sphinx!=6.1.2
181181
182182
# GUI toolkits are pip-installable only for some versions of Python
183183
# so don't fail if we can't install them. Make it easier to check

0 commit comments

Comments
 (0)