Skip to content

Commit 0d03950

Browse files
committed
add jinja to build
1 parent 7fa2f5d commit 0d03950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +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
2627
pip install virtualenv
2728
- name: Test with tox
2829
run: |

0 commit comments

Comments
 (0)