@@ -28,14 +28,16 @@ jobs:
28
28
[actions-38-downstream_compat.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
29
29
[actions-38-minimum_versions.yaml, "slow", "", "", "", "", ""],
30
30
[actions-38-minimum_versions.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
31
- [actions-38-locale_slow.yaml, "slow", "language-pack-it xsel", "it_IT.utf8", "it_IT.utf8", "", ""],
31
+ [actions-38.yaml, "not slow and not network", "language-pack-it xsel", "it_IT.utf8", "it_IT.utf8", "", ""],
32
+ [actions-38.yaml, "not slow and not network", "language-pack-zh-hans xsel", "zh_CN.utf8", "zh_CN.utf8", "", ""],
32
33
[actions-38.yaml, "not slow and not clipboard", "", "", "", "", ""],
33
- [actions-38-slow.yaml, "slow", "", "", "", "", ""],
34
- [actions-38-locale.yaml, "not slow and not network", "language-pack-zh-hans xsel", "zh_CN.utf8", "zh_CN.utf8", "", ""],
35
- [actions-39-slow.yaml, "slow", "", "", "", "", ""],
34
+ [actions-38.yaml, "slow", "", "", "", "", ""],
36
35
[actions-pypy-38.yaml, "not slow and not clipboard", "", "", "", "", "--max-worker-restart 0"],
37
- [actions-39-numpydev.yaml, "not slow and not network", "xsel", "", "", "deprecate", "-W error"],
38
- [actions-39.yaml, "not slow and not clipboard", "", "", "", "", ""]
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", "", "", "", "", ""],
39
41
]
40
42
fail-fast : false
41
43
env :
52
54
COVERAGE : ${{ !contains(matrix.settings[0], 'pypy') }}
53
55
concurrency :
54
56
# https://github.community/t/concurrecy-not-work-for-push/183068/7
55
- group : ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.settings[0] }}
57
+ group : ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.settings[0] }}-${{ matrix.settings[1] }}
56
58
cancel-in-progress : true
57
59
58
60
services :
0 commit comments