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 7fa2f5d commit 0d03950Copy full SHA for 0d03950
.github/workflows/build.yml
@@ -23,6 +23,7 @@ jobs:
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
28
- name: Test with tox
29
run: |
0 commit comments