From bac27312fa7718de391134b5213bfc6d8fec71a7 Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Tue, 27 Jan 2026 06:41:12 +1000 Subject: [PATCH] CI: make baseline comparison non-blocking --- .github/workflows/build-ultraplot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-ultraplot.yml b/.github/workflows/build-ultraplot.yml index 94747f315..625067650 100644 --- a/.github/workflows/build-ultraplot.yml +++ b/.github/workflows/build-ultraplot.yml @@ -87,6 +87,7 @@ jobs: compare-baseline: name: Compare baseline Python ${{ inputs.python-version }} with MPL ${{ inputs.matplotlib-version }} runs-on: ubuntu-latest + continue-on-error: true env: IS_PR: ${{ github.event_name == 'pull_request' }} TEST_MODE: ${{ inputs.test-mode }}