From 1a30b78e6b2da49514a7b4fb11106f53533d47e8 Mon Sep 17 00:00:00 2001 From: archmoj Date: Tue, 29 Jun 2021 17:25:56 -0400 Subject: [PATCH 1/2] reuse env_image script in export test --- .circleci/config.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b3c1bff8b87..165be92bdd9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -108,14 +108,8 @@ jobs: - attach_workspace: at: ~/ - run: - name: which pip3 version - command: which pip3 && pip3 --version - - run: - name: install kaleido v0.2.1 - command: python3 -m pip install kaleido==0.2.1 - - run: - name: install plotly.io v5.0.0 - command: python3 -m pip install plotly==5.0.0 + name: install kaleido, plotly.io and required fonts + command: .circleci/env_image.sh - run: name: install poppler-utils to have pdftops for exporting eps command: sudo apt-get install poppler-utils From 737995bcf54fd51760727d9f1fba09dfbe7bb9b9 Mon Sep 17 00:00:00 2001 From: archmoj Date: Tue, 29 Jun 2021 17:28:06 -0400 Subject: [PATCH 2/2] test exporting emoji with colors --- test/image/make_exports.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/image/make_exports.py b/test/image/make_exports.py index e1614e387bf..721468f87f3 100644 --- a/test/image/make_exports.py +++ b/test/image/make_exports.py @@ -30,6 +30,7 @@ 'mapbox_stamen-style', 'zsmooth_methods', 'fonts', + 'worldcup', 'mathjax' ]