File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -299,11 +299,24 @@ jobs:
299
299
rm -rf ~/.cache/matplotlib
300
300
if : matrix.delete-font-cache
301
301
302
+ - name : extract baseline images
303
+ run : |
304
+ mkdir -p /tmp/test_images/matplotlib/tests
305
+ mv lib/matplotlib/tests/baseline_images /tmp/test_images/matplotlib/tests
306
+ mkdir -p /tmp/test_images/mpl_toolkits/axes_grid1/tests/
307
+ mv lib/mpl_toolkits/axes_grid1/tests/baseline_images /tmp/test_images/mpl_toolkits/axes_grid1/tests/
308
+ mkdir -p /tmp/test_images/mpl_toolkits/axisartist/tests/
309
+ mv lib/mpl_toolkits/axisartist/tests/baseline_images /tmp/test_images/mpl_toolkits/axisartist/tests/
310
+ mkdir -p /tmp/test_images/mpl_toolkits/mplot3d/tests/
311
+ mv lib/mpl_toolkits/mplot3d/tests/baseline_images /tmp/test_images/mpl_toolkits/mplot3d/tests/
312
+
302
313
- name : Run pytest
303
314
run : |
304
315
python -mpytest -raR -n auto \
305
316
--maxfail=50 --timeout=300 --durations=25 \
306
317
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
318
+ env :
319
+ MPLTESTIMAGEPATH : /tmp/test_imags
307
320
308
321
- name : Filter C coverage
309
322
run : |
You can’t perform that action at this time.
0 commit comments