-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5792 from plotly/adjust-image-test-docs
improve CONTRIBUTING guidelines for creating & updating baselines
- Loading branch information
Showing
2 changed files
with
34 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
#!/bin/sh | ||
# install required fonts | ||
sudo apt-get install fonts-liberation2 fonts-open-sans fonts-noto-cjk fonts-noto-color-emoji && \ | ||
sudo python3 .circleci/download_google_fonts.py && \ | ||
sudo cp -r .circleci/fonts/ /usr/share/ && \ | ||
sudo fc-cache -f && \ | ||
# install kaleido & plotly | ||
sudo python3 -m pip install kaleido==0.2.1 plotly==5.1.0 --progress-bar off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters