@@ -25,15 +25,15 @@ jobs:
25
25
strategy :
26
26
matrix :
27
27
settings : [
28
- [actions-38-downstream_compat.yaml, "not slow and not network and not clipboard ", "", "", "", "", ""],
29
- [actions-38-minimum_versions.yaml, "not clipboard ", "", "", "", "", ""],
30
- [actions-38.yaml, "not slow and not network", "language-pack-it xsel ", "it_IT.utf8", "it_IT.utf8", "", ""],
31
- [actions-38.yaml, "not slow and not network", "language-pack-zh-hans xsel ", "zh_CN.utf8", "zh_CN.utf8", "", ""],
32
- [actions-38.yaml, "not clipboard ", "", "", "", "", ""],
33
- [actions-pypy-38.yaml, "not slow and not clipboard ", "", "", "", "", "--max-worker-restart 0"],
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 ", "", "", "", "", ""],
28
+ [actions-38-downstream_compat.yaml, "not slow and not network", "", "", "", "", ""],
29
+ [actions-38-minimum_versions.yaml, "", "", "", "", "", ""],
30
+ [actions-38.yaml, "not slow and not network", "language-pack-it", "it_IT.utf8", "it_IT.utf8", "", ""],
31
+ [actions-38.yaml, "not slow and not network", "language-pack-zh-hans", "zh_CN.utf8", "zh_CN.utf8", "", ""],
32
+ [actions-38.yaml, "", "", "", "", "", ""],
33
+ [actions-pypy-38.yaml, "not slow", "", "", "", "", "--max-worker-restart 0"],
34
+ [actions-39.yaml, "", "", "", "", "", ""],
35
+ [actions-310-numpydev.yaml, "not slow and not network", "", "", "", "deprecate", "-W error"],
36
+ [actions-310.yaml, "", "", "", "", "", ""],
37
37
]
38
38
fail-fast : false
39
39
env :
@@ -105,7 +105,8 @@ jobs:
105
105
hashFiles('${{ env.ENV_FILE }}') }}
106
106
107
107
- name : Extra installs
108
- run : sudo apt-get update && sudo apt-get install -y libc6-dev-i386 ${{ env.EXTRA_APT }}
108
+ # xsel for clipboard tests
109
+ run : sudo apt-get update && sudo apt-get install -y libc6-dev-i386 xsel ${{ env.EXTRA_APT }}
109
110
110
111
- uses : conda-incubator/setup-miniconda@v2
111
112
with :
0 commit comments