Skip to content

Commit

Permalink
Removed PyPy + Windows from the test matrix for now
Browse files Browse the repository at this point in the history
This avoids the unicode file name handling brokenness on that particular combination.
  • Loading branch information
agronholm committed Mar 11, 2024
1 parent dedcc19 commit b2c8272
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
python-version: "3.12"
- os: macos-latest
python-version: "pypy-3.10"
- os: windows-latest
python-version: "pypy-3.10"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b2c8272

Please sign in to comment.