Skip to content

Commit ec7bca0

Browse files
committed
Disable tests on pypy due to #463
1 parent ee4f84a commit ec7bca0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ jobs:
5454
platform: ubuntu-latest
5555
- python: "3.10"
5656
platform: ubuntu-latest
57-
- python: pypy3.9
58-
platform: ubuntu-latest
57+
# disabled for #463
58+
# - python: pypy3.9
59+
# platform: ubuntu-latest
5960
runs-on: ${{ matrix.platform }}
6061
continue-on-error: ${{ matrix.python == '3.12' }}
6162
steps:

0 commit comments

Comments
 (0)