Skip to content

Commit bd5982a

Browse files
authored
update sphinx_rtd_theme actions
1 parent 2909a22 commit bd5982a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m pip install --upgrade pip
2424
python -m pip install sphinx
2525
pip install tox
26-
pip install sphinx_rtd_theme
26+
python -m pip install sphinx_rtd_theme
2727
pip install virtualenv==20.0.1
2828
- name: Test with tox
2929
if: ${{ matrix.python-version != '3.5' }}

0 commit comments

Comments
 (0)