From 5b183763d3ce2dbd74c995187374de5c86717f73 Mon Sep 17 00:00:00 2001 From: Filippo Bigi <98903385+frostedoyster@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:06:44 +0100 Subject: [PATCH] Temporarily disable failing Windows tests (#12) --- .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