| 12345678910111213141516 |
- Subject: Update ci.yml
- Origin: upstream, commit 0.4.27-26-gab1b2a4 <https://github.com/ahupp/python-magic/commit/0.4.27-26-gab1b2a4>
- Author: Christian Clauss <cclauss@me.com>
- Date: Thu May 16 17:37:31 2024 +0200
- --- a/.github/workflows/ci.yml
- +++ b/.github/workflows/ci.yml
- @@ -10,7 +10,7 @@
- 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:
|