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 0d03950 commit 719ae72Copy full SHA for 719ae72
.github/workflows/build.yml
@@ -23,7 +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
+ pip install "Jinja2<3.1"
27
pip install virtualenv
28
- name: Test with tox
29
run: |
0 commit comments