Skip to content

Commit

Permalink
fix syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BeyondEvil committed Jan 26, 2022
1 parent 0fa4275 commit d9f6af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -95,7 +95,7 @@ jobs:
string: '${{ matrix.name }}'
split-by: '-'
- name: Test with tox
if: "! matrix.skip-coverage"
if: "! contains(matrix.name, 'pypy3')"
run: python -m tox -e ${{ steps.split-matrix-name.outputs._0}}-cov
- name: Test without coverage
if: "matrix.skip-coverage"
Expand Down

0 comments on commit d9f6af8

Please sign in to comment.