From 68520ec704e0439e9b075e96a3463b1eccb45fdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Wed, 14 Feb 2024 19:53:59 +0100 Subject: [PATCH] CI: fix the pypy2 job --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index adff5d5a1..f4970abdc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: - python-version: 2.7 env: TOXENV: py27-extra-deps - - python-version: pypy3 + - python-version: 2.7 env: TOXENV: pypy2 PYPY_VERSION: '2.7-v7.3.5'