@@ -25,15 +25,15 @@ jobs:
2525 strategy :
2626 matrix :
2727 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, "", "", "", "", "", ""],
3737 ]
3838 fail-fast : false
3939 env :
@@ -105,7 +105,8 @@ jobs:
105105 hashFiles('${{ env.ENV_FILE }}') }}
106106
107107 - 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 }}
109110
110111 - uses : conda-incubator/setup-miniconda@v2
111112 with :
0 commit comments