Skip to content

Commit

Permalink
{CI} Pin Jinja2 to 3.0.3 (Azure#4572)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli committed Mar 25, 2022
1 parent 28cf36d commit a5adba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/test_index_ref_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
echo "Installing azure-cli..."

pip install --pre azure-cli --extra-index-url https://azurecliprod.blob.core.windows.net/edge -q
pip install "sphinx==1.7.0" -q
pip install sphinx==1.7.0 Jinja2==3.0.3
echo "Installed."

python ./scripts/ci/index_ref_doc.py -v
Expand Down

0 comments on commit a5adba1

Please sign in to comment.