Skip to content

Commit fc455bc

Browse files
committed
Skip pypy3
1 parent 852e6bf commit fc455bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
python: "3.7"
8787
os: ubuntu-latest
8888
tox_env: "py37-freeze"
89+
# coverage does not apply for freeze test, skip it
8990
skip_coverage: true
9091
- name: "ubuntu-py38"
9192
python: "3.8"
@@ -95,6 +96,8 @@ jobs:
9596
python: "pypy3"
9697
os: ubuntu-latest
9798
tox_env: "pypy3-xdist"
99+
# coverage too slow with pypy3, skip it
100+
skip_coverage: true
98101

99102
- name: "macos-py37"
100103
python: "3.7"

0 commit comments

Comments
 (0)