Skip to content

Commit a9db837

Browse files
use pypy-3.7
1 parent 699ced0 commit a9db837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13-
continue-on-error: ${{ matrix.python-version == 'pypy3.7' }}
13+
continue-on-error: ${{ matrix.python-version == 'pypy-3.7' }}
1414
strategy:
1515
matrix:
16-
python-version: [3.7, 3.8, 3.9, "3.10", pypy3.7]
16+
python-version: [3.7, 3.8, 3.9, "3.10", "pypy-3.7"]
1717
steps:
1818
- uses: actions/checkout@v2
1919
with:

0 commit comments

Comments
 (0)