Skip to content

Commit a87bab3

Browse files
committed
call pip
1 parent 1873482 commit a87bab3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/env_image.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
set -e
33
# install required fonts
44
sudo apt-get install fonts-liberation2 fonts-open-sans fonts-noto-cjk fonts-noto-color-emoji
5-
sudo python3 -m pip install requests
5+
sudo pip install requests
66
sudo python3 .circleci/download_google_fonts.py
77
sudo cp -r .circleci/fonts/ /usr/share/
88
sudo fc-cache -f
99
# install kaleido & plotly
10-
sudo python3 -m pip install kaleido==0.2.1 plotly==5.5.0 --progress-bar off
10+
sudo pip install kaleido==0.2.1 plotly==5.5.0 --progress-bar off
1111
# install numpy i.e. to convert arrays to typed arrays
12-
sudo python3 -m pip install numpy==1.24.2
12+
sudo pip install numpy==1.24.2

0 commit comments

Comments
 (0)