From c88889a5190b1d30788586f1c285b79746707b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9rik=20Paradis?= Date: Mon, 8 Jul 2024 14:03:49 -0400 Subject: [PATCH] Remove Windows for tests_without_deps --- .github/workflows/reusable-main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reusable-main.yml b/.github/workflows/reusable-main.yml index 053713d7..a67dcb2b 100644 --- a/.github/workflows/reusable-main.yml +++ b/.github/workflows/reusable-main.yml @@ -94,6 +94,7 @@ jobs: tests_without_deps: runs-on: ${{ inputs.os }} + if: runner.os != 'Windows' steps: - uses: actions/checkout@v3 - name: Set up Python ${{ inputs.python-version }}