Skip to content

Commit

Permalink
Disable tests on pypy due to #463
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 7, 2023
1 parent ee4f84a commit 6c79954
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -53,9 +53,10 @@ jobs:
- python: "3.9"
platform: ubuntu-latest
- python: "3.10"
platform: ubuntu-latest
- python: pypy3.9
platform: ubuntu-latest
platform: ubuntu-
# disabled for #463
# - python: pypy3.9
# platform: ubuntu-latest
runs-on: ${{ matrix.platform }}
continue-on-error: ${{ matrix.python == '3.12' }}
steps:
Expand Down

0 comments on commit 6c79954

Please sign in to comment.