From 96e197f3d0348fd7d79fdd126f989490b51fd9ef Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 25 Feb 2022 13:26:02 -0500 Subject: [PATCH] repair GH actions syntax the commit in 51e6a62ab371897d646a5 included a comment that appears to not be accepted Change-Id: I1e56293e0e75c0440073bff7190b4961cfebc353 --- .github/workflows/run-test.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index ac50aa6c4f..5536ead080 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -32,9 +32,6 @@ jobs: - "3.8" - "3.9" - "3.10" - # waiting on https://foss.heptapod.net/pypy/pypy/-/issues/3690 - # which also seems to be in 3.9 - # - "pypy-3.9" build-type: - "cext" - "nocext" -- 2.47.2