diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-02-25 13:26:02 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-02-25 13:26:02 -0500 |
| commit | 96e197f3d0348fd7d79fdd126f989490b51fd9ef (patch) | |
| tree | 35ef253444d24d66eaf4b7d0e7145a3ca29fb5e0 /.github/workflows | |
| parent | 60fca2ac8cf44bdaf68552ab5c69854a6776c73c (diff) | |
| download | sqlalchemy-96e197f3d0348fd7d79fdd126f989490b51fd9ef.tar.gz | |
repair GH actions syntax
the commit in 51e6a62ab371897d646a5
included a comment that appears to not be accepted
Change-Id: I1e56293e0e75c0440073bff7190b4961cfebc353
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/run-test.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index ac50aa6c4..5536ead08 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" |
