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 ecb2c0c commit 97b5f29Copy full SHA for 97b5f29
.circleci/env_image.sh
@@ -5,6 +5,7 @@ sudo apt-get install fonts-liberation2 fonts-open-sans fonts-noto-cjk fonts-noto
5
sudo python3 .circleci/download_google_fonts.py
6
sudo cp -r .circleci/fonts/ /usr/share/
7
sudo fc-cache -f
8
+sudo python3 -m ensurepip
9
# install kaleido & plotly
10
# sudo python3 -m pip install "plotly[kaleido]==6.1.2" --progress-bar off
11
# Once new Kaleido and Plotly versions are released, uncomment the line above, update the Plotly version,
0 commit comments