From 7400f149f52de288612abf23f9c63273d73f9c33 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Tue, 6 Feb 2024 11:01:29 +0100 Subject: [PATCH] Caching bug --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6ef1b018576..613e442a012 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -31,7 +31,7 @@ jobs: with: path: ${{ env.pythonLocation }} key: ${{ env.pythonLocation }}-${{ hashFiles('requirements/required.txt') }}-${{ hashFiles('requirements/datasets.txt') }}-${{ hashFiles('requirements/tests.txt') }} - if: ${{ ! (runner.os == 'macOS' && matrix.python-version == '3.11') }} + if: ${{ ! (runner.os == 'macOS' && (matrix.python-version == '3.11' || matrix.python-version == '3.12')) }} - name: Setup headless display for pyvista uses: pyvista/setup-headless-display-action@v2 - name: Install apt dependencies (Linux)