We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2909a22 commit bd5982aCopy full SHA for bd5982a
1 file changed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
python -m pip install --upgrade pip
24
python -m pip install sphinx
25
pip install tox
26
- pip install sphinx_rtd_theme
+ python -m pip install sphinx_rtd_theme
27
pip install virtualenv==20.0.1
28
- name: Test with tox
29
if: ${{ matrix.python-version != '3.5' }}
0 commit comments