From 72c628ecb54262ea30d15d06632b83078c903e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sun, 26 Nov 2023 21:27:49 -0500 Subject: [PATCH] Update pytest.yml deactivate pypy --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 614c069cc89..394441d9c62 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -27,7 +27,7 @@ jobs: - '3.10' #- '3.11' - '3.12' - - 'pypy3.10' + #- 'pypy3.10' fail-fast: true runs-on: ${{ matrix.os }}