From b5742d824f1073e3d3aa2440689c34583c900eb6 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Thu, 24 Dec 2020 22:06:37 +0000 Subject: [PATCH] tests: drop hanging GHA pypy3 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb614183..8ef1b618 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: if: github.event_name != 'pull_request' || github.head_ref != 'devel' strategy: matrix: - python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, pypy3] + python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9] name: py${{ matrix.python }} runs-on: ubuntu-latest steps: