Skip to content

Commit 7468ec2

Browse files
authored
Merge pull request #5785 from plotly/quite-kaleido-install
Disable progress bar of pip install to avoid undesirable log files
2 parents 8120493 + f83a3bb commit 7468ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/env_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ sudo apt-get install fonts-liberation2 fonts-open-sans fonts-noto-cjk fonts-noto
33
sudo python3 .circleci/download_google_fonts.py && \
44
sudo cp -r .circleci/fonts/ /usr/share/ && \
55
sudo fc-cache -f && \
6-
sudo python3 -m pip install kaleido==0.2.1 plotly==5.1.0
6+
sudo python3 -m pip install kaleido==0.2.1 plotly==5.1.0 --progress-bar off

0 commit comments

Comments
 (0)