11
11
- 1.4.x
12
12
paths-ignore :
13
13
- " doc/**"
14
+ workflow_dispatch :
14
15
15
16
env :
16
17
PANDAS_CI : 1
@@ -30,33 +31,33 @@ jobs:
30
31
# even if tests are skipped/xfailed
31
32
pyarrow_version : ["5", "6", "7"]
32
33
include :
33
- - name : " Downstream Compat"
34
- env_file : actions-38-downstream_compat.yaml
35
- pattern : " not slow and not network and not single_cpu"
36
- pytest_target : " pandas/tests/test_downstream.py"
34
+ # - name: "Downstream Compat"
35
+ # env_file: actions-38-downstream_compat.yaml
36
+ # pattern: "not slow and not network and not single_cpu"
37
+ # pytest_target: "pandas/tests/test_downstream.py"
37
38
- name : " Minimum Versions"
38
39
env_file : actions-38-minimum_versions.yaml
39
40
pattern : " not slow and not network and not single_cpu"
40
- - name : " Locale: it_IT.utf8"
41
- env_file : actions-38.yaml
42
- pattern : " not slow and not network and not single_cpu"
43
- extra_apt : " language-pack-it"
44
- lang : " it_IT.utf8"
45
- lc_all : " it_IT.utf8"
46
- - name : " Locale: zh_CN.utf8"
47
- env_file : actions-38.yaml
48
- pattern : " not slow and not network and not single_cpu"
49
- extra_apt : " language-pack-zh-hans"
50
- lang : " zh_CN.utf8"
51
- lc_all : " zh_CN.utf8"
52
- - name : " Data Manager"
53
- env_file : actions-38.yaml
54
- pattern : " not slow and not network and not single_cpu"
55
- pandas_data_manager : " array"
56
- - name : " Pypy"
57
- env_file : actions-pypy-38.yaml
58
- pattern : " not slow and not network and not single_cpu"
59
- test_args : " --max-worker-restart 0"
41
+ # - name: "Locale: it_IT.utf8"
42
+ # env_file: actions-38.yaml
43
+ # pattern: "not slow and not network and not single_cpu"
44
+ # extra_apt: "language-pack-it"
45
+ # lang: "it_IT.utf8"
46
+ # lc_all: "it_IT.utf8"
47
+ # - name: "Locale: zh_CN.utf8"
48
+ # env_file: actions-38.yaml
49
+ # pattern: "not slow and not network and not single_cpu"
50
+ # extra_apt: "language-pack-zh-hans"
51
+ # lang: "zh_CN.utf8"
52
+ # lc_all: "zh_CN.utf8"
53
+ # - name: "Data Manager"
54
+ # env_file: actions-38.yaml
55
+ # pattern: "not slow and not network and not single_cpu"
56
+ # pandas_data_manager: "array"
57
+ # - name: "Pypy"
58
+ # env_file: actions-pypy-38.yaml
59
+ # pattern: "not slow and not network and not single_cpu"
60
+ # test_args: "--max-worker-restart 0"
60
61
- name : " Numpy Dev"
61
62
env_file : actions-310-numpydev.yaml
62
63
pattern : " not slow and not network and not single_cpu"
0 commit comments