Skip to content

Commit 6c9d26d

Browse files
committed
minor
1 parent 5f4d35b commit 6c9d26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
SPHINX_VERSION: ${{ matrix.sphinx-version }}
3131
run: |
3232
python -m pip install --upgrade pip
33-
SPHINX=sphinx
33+
SPHINX=Sphinx
3434
if [[ $SPHINX_VERSION != "" ]]; then
3535
SPHINX="${SPHINX}==${SPHINX_VERSION}";
3636
fi

0 commit comments

Comments
 (0)