From 533c0017c4057f9df4789c0d205428fb1d000108 Mon Sep 17 00:00:00 2001 From: nstarman Date: Fri, 22 Dec 2023 15:47:21 -0800 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20include=20pypy=20in=20test=20ma?= =?UTF-8?q?trix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nstarman --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5733ab..f7cb347 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,9 +43,9 @@ jobs: python-version: ["3.10", "3.12"] runs-on: [ubuntu-latest, macos-latest, windows-latest] - include: - - python-version: pypy-3.10 - runs-on: ubuntu-latest + # include: + # - python-version: pypy-3.10 + # runs-on: ubuntu-latest steps: - uses: actions/checkout@v4