Skip to content

Commit 719ae72

Browse files
committed
fix typo in build
1 parent 0d03950 commit 719ae72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 sphinx==3.4.1
2424
pip install tox==3.20.0
2525
python -m pip install sphinx_rtd_theme==0.5.2
26-
pip install Jinja2<3.1
26+
pip install "Jinja2<3.1"
2727
pip install virtualenv
2828
- name: Test with tox
2929
run: |

0 commit comments

Comments
 (0)