Skip to content

Commit

Permalink
Merge pull request #3343 from davidhewitt/require-pypy3.10
Browse files Browse the repository at this point in the history
ci: stop allowing failure for pypy 3.10
  • Loading branch information
davidhewitt authored Jul 25, 2023
2 parents 7a2fc86 + 264cba5 commit 8f5bc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:

jobs:
build:
continue-on-error: ${{ endsWith(inputs.python-version, '-dev') || contains(fromJSON('["3.7", "pypy3.7", "pypy3.10"]'), inputs.python-version) }}
continue-on-error: ${{ endsWith(inputs.python-version, '-dev') || contains(fromJSON('["3.7", "pypy3.7"]'), inputs.python-version) }}
runs-on: ${{ inputs.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8f5bc71

Please sign in to comment.