From: Mike Bayer Date: Fri, 25 Feb 2022 18:26:02 +0000 (-0500) Subject: repair GH actions syntax X-Git-Tag: rel_2_0_0b1~462 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96e197f3d0348fd7d79fdd126f989490b51fd9ef;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git repair GH actions syntax the commit in 51e6a62ab371897d646a5 included a comment that appears to not be accepted Change-Id: I1e56293e0e75c0440073bff7190b4961cfebc353 --- 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"