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 }}