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 1873482 commit a87bab3Copy full SHA for a87bab3
.circleci/env_image.sh
@@ -2,11 +2,11 @@
2
set -e
3
# install required fonts
4
sudo apt-get install fonts-liberation2 fonts-open-sans fonts-noto-cjk fonts-noto-color-emoji
5
-sudo python3 -m pip install requests
+sudo pip install requests
6
sudo python3 .circleci/download_google_fonts.py
7
sudo cp -r .circleci/fonts/ /usr/share/
8
sudo fc-cache -f
9
# install kaleido & plotly
10
-sudo python3 -m pip install kaleido==0.2.1 plotly==5.5.0 --progress-bar off
+sudo pip install kaleido==0.2.1 plotly==5.5.0 --progress-bar off
11
# install numpy i.e. to convert arrays to typed arrays
12
-sudo python3 -m pip install numpy==1.24.2
+sudo pip install numpy==1.24.2
0 commit comments