From b2c8272b0bc8b533130d8c30094645b3c1c95d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Mon, 11 Mar 2024 21:18:32 +0200 Subject: [PATCH] Removed PyPy + Windows from the test matrix for now This avoids the unicode file name handling brokenness on that particular combination. --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ed2981dd..25c4b2e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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