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: