36
36
env_file : actions-311-downstream_compat.yaml
37
37
pattern : " not slow and not network and not single_cpu"
38
38
pytest_target : " pandas/tests/test_downstream.py"
39
+ platform : ubuntu-22.04
39
40
- name : " Minimum Versions"
40
41
env_file : actions-310-minimum_versions.yaml
41
42
pattern : " not slow and not network and not single_cpu"
43
+ platform : ubuntu-22.04
42
44
- name : " Locale: it_IT"
43
45
env_file : actions-311.yaml
44
46
pattern : " not slow and not network and not single_cpu"
49
51
# Also install it_IT (its encoding is ISO8859-1) but do not activate it.
50
52
# It will be temporarily activated during tests with locale.setlocale
51
53
extra_loc : " it_IT"
54
+ platform : ubuntu-22.04
52
55
- name : " Locale: zh_CN"
53
56
env_file : actions-311.yaml
54
57
pattern : " not slow and not network and not single_cpu"
@@ -59,23 +62,29 @@ jobs:
59
62
# Also install zh_CN (its encoding is gb2312) but do not activate it.
60
63
# It will be temporarily activated during tests with locale.setlocale
61
64
extra_loc : " zh_CN"
65
+ platform : ubuntu-22.04
62
66
- name : " Future infer strings"
63
67
env_file : actions-312.yaml
64
68
pandas_future_infer_string : " 1"
69
+ platform : ubuntu-22.04
65
70
- name : " Future infer strings (without pyarrow)"
66
71
env_file : actions-311.yaml
67
72
pandas_future_infer_string : " 1"
73
+ platform : ubuntu-22.04
68
74
- name : " Pypy"
69
75
env_file : actions-pypy-39.yaml
70
76
pattern : " not slow and not network and not single_cpu"
71
77
test_args : " --max-worker-restart 0"
78
+ platform : ubuntu-22.04
72
79
- name : " Numpy Dev"
73
80
env_file : actions-311-numpydev.yaml
74
81
pattern : " not slow and not network and not single_cpu"
75
82
test_args : " -W error::DeprecationWarning -W error::FutureWarning"
83
+ platform : ubuntu-22.04
76
84
- name : " Pyarrow Nightly"
77
85
env_file : actions-311-pyarrownightly.yaml
78
86
pattern : " not slow and not network and not single_cpu"
87
+ platform : ubuntu-22.04
79
88
fail-fast : false
80
89
name : ${{ matrix.name || format('ubuntu-latest {0}', matrix.env_file) }}-${{ matrix.platform }}
81
90
env :
0 commit comments