Skip to content

Commit d0fa346

Browse files
committed
pip install requests
1 parent fae9f08 commit d0fa346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/env_image.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ set -e
33
python3 --version
44
# install required fonts
55
sudo apt-get install fonts-liberation2 fonts-open-sans fonts-noto-cjk fonts-noto-color-emoji
6+
python3 -m pip install requests --progress-bar off
67
python3 .circleci/download_google_fonts.py
78
sudo cp -r .circleci/fonts/ /usr/share/
89
sudo fc-cache -f

0 commit comments

Comments
 (0)