Skip to content

Commit 0ec774d

Browse files
committed
Fix the quoting for installation from git
1 parent a364393 commit 0ec774d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
python -m pip install --upgrade pip
4141
python -m pip install --upgrade pytest
42-
python -m pip install --upgrade Sphinx @ git+https://github.com/sphinx-doc/sphinx
42+
python -m pip install "Sphinx @ git+https://github.com/sphinx-doc/sphinx"
4343
4444
- name: Test with pytest
4545
run: python -m pytest --durations 25

0 commit comments

Comments
 (0)