Skip to content

Commit 14de5d9

Browse files
committed
testing
1 parent 0e03585 commit 14de5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Verify docs
3434
run: |
3535
export PIP_BREAK_SYSTEM_PACKAGES=1
36-
pip install -U sphinx sphinx_rtd_theme sphinxcontrib-htmlhelp sphinxcontrib-serializinghtml
36+
pip3 install sphinx sphinx_rtd_theme sphinxcontrib-htmlhelp sphinxcontrib-serializinghtml
3737
cd docs && python3 -m pip install -r requirements.txt && cd -
3838
make clean-docs docs
3939
git diff --exit-code

0 commit comments

Comments
 (0)