Skip to content

Commit 865b865

Browse files
authored
Fix pip setup command in github workflow (#629)
1 parent 259f8ac commit 865b865

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
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
python -m pip install --upgrade pip wheel setuptools
4040
python -m pip install codecov
41-
python -m pip install ${{ matrix.sphinx-version }}
41+
python -m pip install "${{ matrix.sphinx-version }}"
4242
python -m pip list
4343
4444
- name: Install

0 commit comments

Comments
 (0)