From ca66642d0bd90b48fc9de749919f61b9bcaf58eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Tue, 6 Aug 2024 12:07:39 +0100 Subject: [PATCH] fix: script --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 53dc401..90f25d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,9 +30,8 @@ jobs: - run: | pip install pytest HTTPBIN=httpbin.bemisc.com pytest - - run: pypy setup.py test + - run: python setup.py test if: matrix.python-version != '3.12' && matrix.python-version != 'latest' - build-pypy: name: Build PyPy timeout-minutes: 10