@@ -25,14 +25,13 @@ jobs:
25
25
strategy :
26
26
matrix :
27
27
settings : [
28
- [actions-37-minimum_versions.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
29
- [actions-37.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
30
- [actions-37-locale_slow.yaml, "slow", "language-pack-it xsel", "it_IT.utf8", "it_IT.utf8", "", ""],
31
- [actions-37-slow.yaml, "slow", "", "", "", "", ""],
28
+ [actions-38-minimum_versions.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
29
+ [actions-38-locale_slow.yaml, "slow", "language-pack-it xsel", "it_IT.utf8", "it_IT.utf8", "", ""],
32
30
[actions-38.yaml, "not slow and not network and not clipboard", "", "", "", "", ""],
33
31
[actions-38-slow.yaml, "slow", "", "", "", "", ""],
34
32
[actions-38-locale.yaml, "not slow and not network", "language-pack-zh-hans xsel", "zh_CN.utf8", "zh_CN.utf8", "", ""],
35
- [actions-38-numpydev.yaml, "not slow and not network", "xsel", "", "", "deprecate", "-W error"],
33
+ [actions-39-slow.yaml, "slow", "", "", "", "", ""],
34
+ [actions-39-numpydev.yaml, "not slow and not network", "xsel", "", "", "deprecate", "-W error"],
36
35
[actions-39.yaml, "not slow and not network and not clipboard", "", "", "", "", ""]
37
36
]
38
37
fail-fast : false
0 commit comments