From ab1b2a4707776397116aad929e443c4a4e657b3c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 16 May 2024 17:37:31 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index def9b2e..9c4e4c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: include: - os: macos-latest python-version: '3.13' - # - os: windows-latest # TODO: Fix the Windows test that runs in an infinite loop. + # - os: windows-latest # TODO: Fix the Windows test that runs in an infinite loop # python-version: '3.13' runs-on: ${{ matrix.os }} steps: