From 95a3762917beb046a31fc15267f68b5b6bb89a1d Mon Sep 17 00:00:00 2001 From: frostedoyster Date: Fri, 1 Dec 2023 08:18:06 +0100 Subject: [PATCH] Disable Windows tests --- .github/workflows/tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ab4ff3035..5ed42c61b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,8 +18,9 @@ jobs: python-version: "3.11" - os: macos-11 python-version: "3.11" - - os: windows-2019 - python-version: "3.11" + # To be restored once we figure out the issue with the windows build + # - os: windows-2019 + # python-version: "3.11" steps: - uses: actions/checkout@v3