Skip to content

Commit 70b54e8

Browse files
committed
remove problematic pypy ci build, shrug
1 parent 71c4071 commit 70b54e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717

1818
runs-on: ubuntu-latest
1919
strategy:
20-
max-parallel: 4
2120
matrix:
22-
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
21+
python-version: ['3.7', '3.8', '3.9', '3.10']
2322

2423
steps:
2524
- name: Checkout source

0 commit comments

Comments
 (0)