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