Skip to content

Commit

Permalink
ci/tests: skip downstream tests on pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
neersighted committed Apr 1, 2024
1 parent a9f44b7 commit 7539d83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/.tests-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
pytest-poetry:
name: pytest (Poetry)
runs-on: ${{ inputs.runner }}
if: inputs.run-pytest-poetry
# FIXME: make Poetry tests pass with PyPy
if: inputs.run-pytest-poetry && !startsWith(inputs.python-version, 'pypy')
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
Expand Down

0 comments on commit 7539d83

Please sign in to comment.