Skip to content

Commit ab1e7c7

Browse files
committed
ci: skip type checking for pypy:3.11-slim
ast-serialize fails building under pypy311-pp73.
1 parent bb7c82e commit ab1e7c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
check-types: false
2121
- container: "pypy:2.7-slim"
2222
check-types: false
23+
- container: "pypy:3.11-slim"
24+
check-types: false
2325

2426
runs-on: ubuntu-24.04
2527
container: ${{ matrix.container }}

0 commit comments

Comments
 (0)