]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
try using a dash
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Oct 2021 19:01:24 +0000 (15:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Oct 2021 19:01:24 +0000 (15:01 -0400)
looking at https://downloads.python.org/pypy/versions.json
which seems to be where these come from

Change-Id: I583aafaaf03a9b113ae6f7534686ad560712ca69

.github/workflows/run-test.yaml

index d235cda12a15d31bc0eaf2fbece354352769873a..d3c3cb658774e3e891a974190779b08579fe46d6 100644 (file)
@@ -34,7 +34,7 @@ jobs:
           - "3.8"
           - "3.9"
           - "3.10"
-          - "pypy-3.8"
+          - "pypy3.8"
         build-type:
           - "cext"
           - "nocext"
@@ -44,7 +44,7 @@ jobs:
 
         include:
           # autocommit tests fail on the ci for some reason
-          - python-version: "pypy-3.8"
+          - python-version: "pypy3.8"
             pytest-args: "-k 'not test_autocommit_on and not test_turn_autocommit_off_via_default_iso_level and not test_autocommit_isolation_level'"
           # add aiosqlite on linux
           - os: "ubuntu-latest"
@@ -61,7 +61,7 @@ jobs:
           - os: "macos-latest"
             architecture: x86
           # pypy does not have cext
-          - python-version: "pypy-3.8"
+          - python-version: "pypy3.8"
             build-type: "cext"
 
       fail-fast: false