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 ec7bca0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -54,8 +54,9 @@ jobs:
platform: ubuntu-latest
- python: "3.10"
platform: ubuntu-latest
- python: pypy3.9
platform: ubuntu-latest
# 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 ec7bca0

Please sign in to comment.