We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccda18 commit 47b3e0fCopy full SHA for 47b3e0f
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
python -m pip install --upgrade pip
41
python -m pip install --upgrade pytest
42
- python -m pip install --upgrade Sphinx @ git+https://github.com/sphinx-doc/sphinx
+ python -m pip install "Sphinx @ git+https://github.com/sphinx-doc/sphinx"
43
44
- name: Test with pytest
45
run: python -m pytest --durations 25
0 commit comments