Skip to content

Commit 5bd5150

Browse files
committed
fix: ci pypy python name
1 parent 75c61d1 commit 5bd5150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
17-
python-version: ["3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"]
17+
python-version: ["3.9", "3.10", "3.11", "3.12", "pypy-3.9", "pypy-3.10"]
1818

1919
name: Test package
2020
runs-on: ${{ matrix.os}}

0 commit comments

Comments
 (0)