From aacaba3d267b8e390c49fd1dec03666bde31fd18 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 21 Nov 2023 01:05:23 -0800 Subject: [PATCH] Ignore pypy for now --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ecfd3ca8..8412d850 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,8 +32,8 @@ jobs: - os: ubuntu-latest python: "3.12" tesseract5: true - - os: ubuntu-latest - python: "pypy3.10" + # - os: ubuntu-latest + # python: "pypy3.10" env: OS: ${{ matrix.os }}