We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719ae72 commit 2140a2dCopy full SHA for 2140a2d
.github/workflows/build.yml
@@ -20,11 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- python -m pip install sphinx==3.4.1
24
- pip install tox==3.20.0
25
- python -m pip install sphinx_rtd_theme==0.5.2
26
- pip install "Jinja2<3.1"
27
- pip install virtualenv
+ python -m pip install --ignore-installed sphinx==3.4.1 tox==3.20.0 sphinx_rtd_theme==0.5.2 "Jinja2<3.1" virtualenv
28
- name: Test with tox
29
30
tox -e py
0 commit comments