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 d9f6af8 commit 15ee441
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Expand Up @@ -61,18 +61,15 @@ jobs:
- os: ubuntu-latest
name: pypy3-ubuntu
python-version: pypy3
skip-coverage: true

- os: windows-latest
name: pypy3-windows
python-version: pypy3
skip-coverage: true

# https://github.com/pytest-dev/pytest-html/issues/482
# - os: macOS-latest
# name: pypy3-mac
# python-version: pypy3
# skip-coverage: true

- os: ubuntu-latest
name: devel-ubuntu
Expand All @@ -98,7 +95,7 @@ jobs:
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"
if: "contains(matrix.name, 'pypy3')"
run: python -m tox -e ${{ steps.split-matrix-name.outputs._0}}
# TODO: https://github.com/pytest-dev/pytest-html/issues/481
# - name: Upload coverage to codecov
Expand Down

0 comments on commit 15ee441

Please sign in to comment.