Skip to content

Commit eda556c

Browse files
Merge remote-tracking branch 'origin/main' into td-construction
2 parents 8811562 + 993e2a7 commit eda556c

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

.github/workflows/posix.yml

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 1.4.x
1212
paths-ignore:
1313
- "doc/**"
14+
workflow_dispatch:
1415

1516
env:
1617
PANDAS_CI: 1
@@ -30,33 +31,33 @@ jobs:
3031
# even if tests are skipped/xfailed
3132
pyarrow_version: ["5", "6", "7"]
3233
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"
3738
- name: "Minimum Versions"
3839
env_file: actions-38-minimum_versions.yaml
3940
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"
6061
- name: "Numpy Dev"
6162
env_file: actions-310-numpydev.yaml
6263
pattern: "not slow and not network and not single_cpu"

0 commit comments

Comments
 (0)