From 659e6af93848186f7a9f42e1fcd99385fee98736 Mon Sep 17 00:00:00 2001 From: nightwnvol Date: Wed, 13 Mar 2024 13:40:10 +0100 Subject: [PATCH] ci: update run_tests workflow --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index fc33f82..bc8bd18 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -8,6 +8,7 @@ jobs: os: [ubuntu-latest, macos-latest, macos-14] py: ['3.8', '3.9', '3.10', '3.11', '3.12'] name: Python ${{ matrix.py }} on ${{ matrix.os }} + if: (! ((startsWith(matrix.py, '3.8') || startsWith(matrix.py, '3.9')) && startsWith(matrix.os, 'macos-14'))) runs-on: ${{ matrix.os }} steps: - name: Checkout @@ -20,7 +21,6 @@ jobs: 7z x demo01_data.zip mv demo01_fibers.tck demo01_data - name: Set up Python ${{ matrix.py }} - if: (! ((startsWith(matrix.py, '3.8') || startsWith(matrix.py, '3.9')) && startsWith(matrix.os, 'macos-14'))) uses: actions/setup-python@v5.0.0 with: python-version: ${{ matrix.py }}