Skip to content

Commit

Permalink
{CI} Pin Jinja2 to 3.0.3 (Azure#21798)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Mar 25, 2022
1 parent ad14ed5 commit 75f7048
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/ci/test_ref_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ pip install -e ./tools
[ -d privates ] && pip install -qqq privates/*.whl
pip install $ALL_MODULES

pip install "sphinx==1.6.7" -q
pip install sphinx==1.6.7 Jinja2==3.0.3
echo "Installed."

cd doc/sphinx; python ./__main__.py

python $wd/test_help_doc_arguments.py "./_build/xml/ind.xml"

echo "OK."

0 comments on commit 75f7048

Please sign in to comment.