From badb684c52bf712c3105ae05f7cc4c9d8acc5ae4 Mon Sep 17 00:00:00 2001 From: Tim Heap Date: Tue, 16 Jan 2024 10:24:39 +1100 Subject: [PATCH] fixup! Add inital image comparison tests for transects --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e72240..856bcbd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -99,7 +99,7 @@ jobs: uses: actions/upload-artifact@v3 if: ${{ failure() }} with: - name: "MPL image comparison report" + name: "MPL image comparison report - Python ${{ matrix.python-version }}" path: './mpl-results' # No guarantee that the test failures were due to image comparisons if-no-files-found: 'ignore'