Skip to content

Commit

Permalink
disable mypy tests for pypy
Browse files Browse the repository at this point in the history
Signed-off-by: flashdagger <flashdagger@googlemail.com>
  • Loading branch information
flashdagger committed Mar 17, 2024
1 parent 2f9cabe commit 0cc8bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.10"]
env:
TOTAL_COVERAGE: "-"
PYTEST_MATCH_EXPRESSION: ${{ (startsWith(matrix.python-version, 'pypy') && "-k not test_types") || '' }}
PYTEST_MATCH_EXPRESSION: ${{ (startsWith(matrix.python-version, 'pypy') && '-k "not test_types"') || '' }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0cc8bd3

Please sign in to comment.