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 acff615 commit aaf8539Copy full SHA for aaf8539
.circleci/env_image.sh
@@ -11,6 +11,7 @@ sudo python3 get-pip.py
11
sudo python3 -m pip install requests
12
sudo python3 .circleci/download_google_fonts.py
13
sudo cp -r .circleci/fonts/ /usr/share/
14
+sudo apt install fontconfig
15
sudo fc-cache -f
16
17
# install kaleido & plotly
0 commit comments