Skip to content

Commit 329c14d

Browse files
committed
no longer need to test eps format on ci
1 parent 11dd8d6 commit 329c14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/image/make_exports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
pio.templates.default = 'none'
1111
pio.kaleido.scope.plotlyjs = os.path.join(root, 'build', 'plotly.js')
1212

13-
allFormats = ['svg', 'jpg', 'jpeg', 'webp', 'eps', 'pdf']
13+
allFormats = ['svg', 'jpg', 'jpeg', 'webp', 'pdf']
1414
# 'png' is tested by image-test
1515

1616
allNames = [

0 commit comments

Comments
 (0)