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 259f8ac commit 865b865Copy full SHA for 865b865
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
python -m pip install --upgrade pip wheel setuptools
40
python -m pip install codecov
41
- python -m pip install ${{ matrix.sphinx-version }}
+ python -m pip install "${{ matrix.sphinx-version }}"
42
python -m pip list
43
44
- name: Install
0 commit comments