Skip to content

Commit 3f9f36a

Browse files
authored
Merge pull request #6215 from plotly/fix-export-test
Fix missing `libnss3_3.42.1-1+deb10u3_amd64.deb` file
2 parents e0a5f13 + a052b63 commit 3f9f36a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,9 @@ jobs:
293293
command: .circleci/env_image.sh
294294
- run:
295295
name: Install poppler-utils to have pdftops for exporting eps
296-
command: sudo apt-get install poppler-utils
296+
command: |
297+
sudo apt-get update --allow-releaseinfo-change
298+
sudo apt-get install poppler-utils
297299
- run:
298300
name: Create svg, jpg, jpeg, webp, pdf and eps files
299301
command: python3 test/image/make_exports.py

0 commit comments

Comments
 (0)