We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plotly
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ff831b2 commit 6c85949Copy full SHA for 6c85949
.circleci/env_image.sh
@@ -1,9 +1,10 @@
1
#!/bin/sh
2
+set -e
3
# install required fonts
-sudo apt-get install fonts-liberation2 fonts-open-sans fonts-noto-cjk fonts-noto-color-emoji && \
4
-sudo python3 .circleci/download_google_fonts.py && \
5
-sudo cp -r .circleci/fonts/ /usr/share/ && \
6
-sudo fc-cache -f && \
+sudo apt-get install fonts-liberation2 fonts-open-sans fonts-noto-cjk fonts-noto-color-emoji
+sudo python3 .circleci/download_google_fonts.py
+sudo cp -r .circleci/fonts/ /usr/share/
7
+sudo fc-cache -f
8
# install kaleido & plotly
9
sudo python3 -m pip install kaleido==0.2.1 plotly==5.5.0 --progress-bar off
10
# install numpy i.e. to convert arrays to typed arrays
0 commit comments