Skip to content

Commit 21de060

Browse files
Backport PR #46912: CI: More targeted pyarrow version testing (#46925)
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 22e384d commit 21de060

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/posix.yml

+9
Original file line numberDiff line numberDiff line change
@@ -62,6 +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"
6574
fail-fast: false
6675
name: ${{ matrix.name || format('{0} pyarrow={1} {2}', matrix.env_file, matrix.pyarrow_version, matrix.pattern) }}
6776
env:

0 commit comments

Comments
 (0)