From: Mike Bayer Date: Fri, 25 Feb 2022 18:26:02 +0000 (-0500) Subject: repair GH actions syntax X-Git-Tag: rel_1_4_32~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e18d9ebef799c4cf4daebe314a0cbd152680fd2a;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 (cherry picked from commit 96e197f3d0348fd7d79fdd126f989490b51fd9ef) --- diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 1dfbf65f33..67c41506b0 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -34,9 +34,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"