Skip to content

Commit 740c973

Browse files
committed
Disable pypy3 on mac
1 parent a24015f commit 740c973

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/actions.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,10 @@ jobs:
9393
name: pypy3-windows
9494
python-version: pypy3
9595

96-
- os: macOS-latest
97-
name: pypy3-mac
98-
python-version: pypy3
96+
# https://github.com/pytest-dev/pytest-html/issues/482
97+
# - os: macOS-latest
98+
# name: pypy3-mac
99+
# python-version: pypy3
99100

100101
- os: ubuntu-18.04
101102
name: devel-ubuntu
@@ -122,6 +123,7 @@ jobs:
122123
- name: Test with tox
123124
run: |
124125
python -m tox -e ${{ steps.split-matrix-name.outputs._0}}-cov
126+
# TODO: https://github.com/pytest-dev/pytest-html/issues/481
125127
# - name: Upload coverage to codecov
126128
# if: github.event.schedule == ''
127129
# uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)