@@ -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", "", "", "", "", ""],
34
+ [actions-39.yaml, "not clipboard", "", "", "", "", ""],
38
35
[actions-310-numpydev.yaml, "not slow and not network", "xsel", "", "", "deprecate", "-W error"],
39
- [actions-310.yaml, "not slow and not clipboard", "", "", "", "", ""],
40
- [actions-310.yaml, "slow", "", "", "", "", ""],
36
+ [actions-310.yaml, "not clipboard", "", "", "", "", ""],
41
37
]
42
38
fail-fast : false
43
39
env :
0 commit comments