Skip to content

Commit e4c1bd0

Browse files
committed
Test with pypy3 again
1 parent ee9b825 commit e4c1bd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13+
continue-on-error: ${{ matrix.python-version == 'pypy3' }}
1314
strategy:
1415
matrix:
15-
python-version: [3.6, 3.7, 3.8, 3.9]
16+
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
1617
steps:
1718
- uses: actions/checkout@v2
1819
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)