Skip to content

Commit

Permalink
MNT add --allow-releaseinfo-change for circleci (scikit-learn#20751)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentzenchr authored Aug 16, 2021
1 parent c289f07 commit 94edc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/circle/build_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ make_args="SPHINXOPTS=-T $make_args" # show full traceback on exception

# Installing required system packages to support the rendering of math
# notation in the HTML documentation and to optimize the image files
sudo -E apt-get -yq update
sudo -E apt-get -yq update --allow-releaseinfo-change
sudo -E apt-get -yq --no-install-suggests --no-install-recommends \
install dvipng gsfonts ccache zip optipng

Expand Down

0 comments on commit 94edc00

Please sign in to comment.