From cafad776f71db60cd7d4aa980df4387fe4614e0f Mon Sep 17 00:00:00 2001 From: Paul McCarthy Date: Thu, 7 Nov 2024 13:39:19 +0000 Subject: [PATCH] CI: Skipping wrong job --- .github/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 085b4a09..0273c3d3 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -51,6 +51,9 @@ jobs: - name: Build indexed_gzip run: bash ./.ci/build_dev_indexed_gzip.sh "$ENV_DIR" - name: Run tests + if: ${{ !(matrix.os == 'windows-latest' && + (matrix.python-version == '3.12' || + matrix.python-version == '3.13')) }} run: bash ./.ci/run_tests.sh "$ENV_DIR" @@ -229,7 +232,4 @@ jobs: - name: Build indexed_gzip run: bash ./.ci/build_dev_indexed_gzip.sh "$ENV_DIR" - name: Run tests - if: ${{ !(matrix.os == 'windows-latest' && - (matrix.python-version == '3.12' || - matrix.python-version == '3.13')) }} run: bash ./.ci/run_tests.sh "$ENV_DIR"