Skip to content

Commit 67b2d20

Browse files
committed
commenting mpl until fixed upstream
1 parent c151026 commit 67b2d20

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build-ultraplot.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ jobs:
4545
micromamba activate ultraplot-dev
4646
pytest
4747
48-
- name: Image Comparison Ultraplot
49-
shell: bash -el {0}
50-
run: |
51-
micromamba activate ultraplot-dev
52-
pytest --mpl --mpl-baseline-path=baseline_images
48+
# - name: Image Comparison Ultraplot
49+
# shell: bash -el {0}
50+
# run: |
51+
# micromamba activate ultraplot-dev
52+
# pytest --mpl --mpl-baseline-path=baseline_images
5353

54-
# return the images that failed
55-
- name: Upload comparison failures
56-
if: failure()
57-
uses: actions/upload-artifact@v4
58-
with:
59-
name: failed-comparisons
60-
path: result_images
54+
# # return the images that failed
55+
# - name: Upload comparison failures
56+
# if: failure()
57+
# uses: actions/upload-artifact@v4
58+
# with:
59+
# name: failed-comparisons
60+
# path: result_images

0 commit comments

Comments
 (0)