Skip to content

Commit d604e0b

Browse files
authored
Update posix.yml
1 parent 8ef23e1 commit d604e0b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/posix.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
timeout-minutes: 120
2525
strategy:
2626
matrix:
27-
env_file: [actions-38.yaml] #, actions-39.yaml, actions-310.yaml]
28-
pattern: ["not single_cpu"] #, "single_cpu"]
27+
env_file: [actions-38.yaml, actions-39.yaml, actions-310.yaml]
28+
pattern: ["not single_cpu", "single_cpu"]
2929
# Don't test pyarrow v2/3: Causes timeouts in read_csv engine
3030
# even if tests are skipped/xfailed
31-
pyarrow_version: ["5"] #, "6", "7"]
31+
pyarrow_version: ["5", "6", "7"]
3232
include:
3333
- name: "Downstream Compat"
3434
env_file: actions-38-downstream_compat.yaml
@@ -62,15 +62,15 @@ jobs:
6262
pattern: "not slow and not network and not single_cpu"
6363
pandas_testing_mode: "deprecate"
6464
test_args: "-W error::DeprecationWarning:numpy"
65-
# exclude:
66-
# - env_file: actions-39.yaml
67-
# pyarrow_version: "6"
68-
# - env_file: actions-39.yaml
69-
# pyarrow_version: "7"
70-
# - env_file: actions-310.yaml
71-
# pyarrow_version: "6"
72-
# - env_file: actions-310.yaml
73-
# pyarrow_version: "7"
65+
exclude:
66+
- env_file: actions-39.yaml
67+
pyarrow_version: "6"
68+
- env_file: actions-39.yaml
69+
pyarrow_version: "7"
70+
- env_file: actions-310.yaml
71+
pyarrow_version: "6"
72+
- env_file: actions-310.yaml
73+
pyarrow_version: "7"
7474
fail-fast: false
7575
name: ${{ matrix.name || format('{0} pyarrow={1} {2}', matrix.env_file, matrix.pyarrow_version, matrix.pattern) }}
7676
env:

0 commit comments

Comments
 (0)