Skip to content

Commit ebcee2a

Browse files
authored
Update matplotlib font-cache (#4206)
* Update matplotlib font-cache * Make CI happy, maybe
1 parent adc9a91 commit ebcee2a

File tree

2 files changed

+303
-293
lines changed

2 files changed

+303
-293
lines changed

recipes/recipes_emscripten/matplotlib/recipe.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source:
1010
- patches/static-cast.patch
1111

1212
build:
13-
number: 0
13+
number: 1
1414

1515
outputs:
1616
- package:
@@ -51,6 +51,16 @@ outputs:
5151
- pyparsing
5252
- python-dateutil
5353
- pytz
54+
tests:
55+
- script: pytester
56+
files:
57+
recipe:
58+
- test_import_matplotlib.py
59+
requirements:
60+
build:
61+
- pytester
62+
run:
63+
- pytester-run
5464

5565
- package:
5666
name: matplotlib

0 commit comments

Comments
 (0)