@@ -26,18 +26,14 @@ jobs:
26
26
matrix :
27
27
settings : [
28
28
[actions-38-downstream_compat.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
29
- [actions-38-minimum_versions.yaml, "slow", "", "", "", "", ""],
30
- [actions-38-minimum_versions.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
29
+ [actions-38-minimum_versions.yaml, "not clipboard", "", "", "", "", ""],
31
30
[actions-38.yaml, "not slow and not network", "language-pack-it xsel", "it_IT.utf8", "it_IT.utf8", "", ""],
32
31
[actions-38.yaml, "not slow and not network", "language-pack-zh-hans xsel", "zh_CN.utf8", "zh_CN.utf8", "", ""],
33
- [actions-38.yaml, "not slow and not clipboard", "", "", "", "", ""],
34
- [actions-38.yaml, "slow", "", "", "", "", ""],
32
+ [actions-38.yaml, "not clipboard", "", "", "", "", ""],
35
33
[actions-pypy-38.yaml, "not slow and not clipboard", "", "", "", "", "--max-worker-restart 0"],
36
- [actions-39.yaml, "slow", "", "", "", "", ""],
37
- [actions-39.yaml, "not slow and not clipboard", "", "", "", "", ""],
38
- [actions-310-numpydev.yaml, "not slow and not network", "xclip", "", "", "deprecate", "-W error"],
39
- [actions-310.yaml, "not slow and not clipboard", "", "", "", "", ""],
40
- [actions-310.yaml, "slow", "", "", "", "", ""],
34
+ [actions-39.yaml, "not clipboard", "", "", "", "", ""],
35
+ [actions-310-numpydev.yaml, "not slow and not network", "xsel", "", "", "deprecate", "-W error"],
36
+ [actions-310.yaml, "not clipboard", "", "", "", "", ""],
41
37
]
42
38
fail-fast : false
43
39
env :
54
50
COVERAGE : ${{ !contains(matrix.settings[0], 'pypy') }}
55
51
concurrency :
56
52
# https://github.community/t/concurrecy-not-work-for-push/183068/7
57
- group : ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.settings[0] }}-${{ matrix.settings[1] }}
53
+ group : ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.settings[0] }}-${{ matrix.settings[1] }}-${{ matrix.settings[2] }}
58
54
cancel-in-progress : true
59
55
60
56
services :
@@ -154,9 +150,6 @@ jobs:
154
150
path : test-data.xml
155
151
if : failure()
156
152
157
- - name : Print skipped tests
158
- run : python ci/print_skipped.py
159
-
160
153
- name : Upload coverage to Codecov
161
154
uses : codecov/codecov-action@v2
162
155
with :
0 commit comments