Skip to content

Commit 2140a2d

Browse files
committed
optimize build
1 parent 719ae72 commit 2140a2d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
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
23+
python -m pip install --ignore-installed sphinx==3.4.1 tox==3.20.0 sphinx_rtd_theme==0.5.2 "Jinja2<3.1" virtualenv
2824
- name: Test with tox
2925
run: |
3026
tox -e py

0 commit comments

Comments
 (0)