@@ -31,61 +31,61 @@ jobs:
31
31
# Prevent the include jobs from overriding other jobs
32
32
pattern : [""]
33
33
pandas_future_infer_string : ["0"]
34
- include :
35
- - name : " Downstream Compat"
36
- env_file : actions-311-downstream_compat.yaml
37
- pattern : " not slow and not network and not single_cpu"
38
- pytest_target : " pandas/tests/test_downstream.py"
39
- platform : ubuntu-22.04
40
- - name : " Minimum Versions"
41
- env_file : actions-310-minimum_versions.yaml
42
- pattern : " not slow and not network and not single_cpu"
43
- platform : ubuntu-22.04
44
- - name : " Locale: it_IT"
45
- env_file : actions-311.yaml
46
- pattern : " not slow and not network and not single_cpu"
47
- extra_apt : " language-pack-it"
48
- # Use the utf8 version as the default, it has no bad side-effect.
49
- lang : " it_IT.utf8"
50
- lc_all : " it_IT.utf8"
51
- # Also install it_IT (its encoding is ISO8859-1) but do not activate it.
52
- # It will be temporarily activated during tests with locale.setlocale
53
- extra_loc : " it_IT"
54
- platform : ubuntu-22.04
55
- - name : " Locale: zh_CN"
56
- env_file : actions-311.yaml
57
- pattern : " not slow and not network and not single_cpu"
58
- extra_apt : " language-pack-zh-hans"
59
- # Use the utf8 version as the default, it has no bad side-effect.
60
- lang : " zh_CN.utf8"
61
- lc_all : " zh_CN.utf8"
62
- # Also install zh_CN (its encoding is gb2312) but do not activate it.
63
- # It will be temporarily activated during tests with locale.setlocale
64
- extra_loc : " zh_CN"
65
- platform : ubuntu-22.04
66
- - name : " Future infer strings"
67
- env_file : actions-312.yaml
68
- pandas_future_infer_string : " 1"
69
- platform : ubuntu-22.04
70
- - name : " Future infer strings (without pyarrow)"
71
- env_file : actions-311.yaml
72
- pandas_future_infer_string : " 1"
73
- platform : ubuntu-22.04
74
- - name : " Pypy"
75
- env_file : actions-pypy-39.yaml
76
- pattern : " not slow and not network and not single_cpu"
77
- test_args : " --max-worker-restart 0"
78
- platform : ubuntu-22.04
79
- - name : " Numpy Dev"
80
- env_file : actions-311-numpydev.yaml
81
- pattern : " not slow and not network and not single_cpu"
82
- test_args : " -W error::DeprecationWarning -W error::FutureWarning"
83
- platform : ubuntu-22.04
84
- - name : " Pyarrow Nightly"
85
- env_file : actions-311-pyarrownightly.yaml
86
- pattern : " not slow and not network and not single_cpu"
87
- pandas_future_infer_string : " 1"
88
- platform : ubuntu-22.04
34
+ # include:
35
+ # - name: "Downstream Compat"
36
+ # env_file: actions-311-downstream_compat.yaml
37
+ # pattern: "not slow and not network and not single_cpu"
38
+ # pytest_target: "pandas/tests/test_downstream.py"
39
+ # platform: ubuntu-22.04
40
+ # - name: "Minimum Versions"
41
+ # env_file: actions-310-minimum_versions.yaml
42
+ # pattern: "not slow and not network and not single_cpu"
43
+ # platform: ubuntu-22.04
44
+ # - name: "Locale: it_IT"
45
+ # env_file: actions-311.yaml
46
+ # pattern: "not slow and not network and not single_cpu"
47
+ # extra_apt: "language-pack-it"
48
+ # # Use the utf8 version as the default, it has no bad side-effect.
49
+ # lang: "it_IT.utf8"
50
+ # lc_all: "it_IT.utf8"
51
+ # # Also install it_IT (its encoding is ISO8859-1) but do not activate it.
52
+ # # It will be temporarily activated during tests with locale.setlocale
53
+ # extra_loc: "it_IT"
54
+ # platform: ubuntu-22.04
55
+ # - name: "Locale: zh_CN"
56
+ # env_file: actions-311.yaml
57
+ # pattern: "not slow and not network and not single_cpu"
58
+ # extra_apt: "language-pack-zh-hans"
59
+ # # Use the utf8 version as the default, it has no bad side-effect.
60
+ # lang: "zh_CN.utf8"
61
+ # lc_all: "zh_CN.utf8"
62
+ # # Also install zh_CN (its encoding is gb2312) but do not activate it.
63
+ # # It will be temporarily activated during tests with locale.setlocale
64
+ # extra_loc: "zh_CN"
65
+ # platform: ubuntu-22.04
66
+ # - name: "Future infer strings"
67
+ # env_file: actions-312.yaml
68
+ # pandas_future_infer_string: "1"
69
+ # platform: ubuntu-22.04
70
+ # - name: "Future infer strings (without pyarrow)"
71
+ # env_file: actions-311.yaml
72
+ # pandas_future_infer_string: "1"
73
+ # platform: ubuntu-22.04
74
+ # - name: "Pypy"
75
+ # env_file: actions-pypy-39.yaml
76
+ # pattern: "not slow and not network and not single_cpu"
77
+ # test_args: "--max-worker-restart 0"
78
+ # platform: ubuntu-22.04
79
+ # - name: "Numpy Dev"
80
+ # env_file: actions-311-numpydev.yaml
81
+ # pattern: "not slow and not network and not single_cpu"
82
+ # test_args: "-W error::DeprecationWarning -W error::FutureWarning"
83
+ # platform: ubuntu-22.04
84
+ # - name: "Pyarrow Nightly"
85
+ # env_file: actions-311-pyarrownightly.yaml
86
+ # pattern: "not slow and not network and not single_cpu"
87
+ # pandas_future_infer_string: "1"
88
+ # platform: ubuntu-22.04
89
89
fail-fast : false
90
90
name : ${{ matrix.name || format('{0} {1}', matrix.platform, matrix.env_file) }}
91
91
env :
0 commit comments