Skip to content

Commit ead9ced

Browse files
authored
CI: Don't test min pyarrow version with multiple python versions (#51272)
1 parent 8661548 commit ead9ced

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ubuntu.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
env_file: [actions-38.yaml, actions-39.yaml, actions-310.yaml, actions-311.yaml]
3131
pattern: ["not single_cpu", "single_cpu"]
32-
pyarrow_version: ["7", "8", "9", "10"]
32+
pyarrow_version: ["8", "9", "10"]
3333
include:
3434
- name: "Downstream Compat"
3535
env_file: actions-38-downstream_compat.yaml
@@ -79,23 +79,17 @@ jobs:
7979
test_args: "-W error::DeprecationWarning -W error::FutureWarning"
8080
error_on_warnings: "0"
8181
exclude:
82-
- env_file: actions-38.yaml
83-
pyarrow_version: "7"
8482
- env_file: actions-38.yaml
8583
pyarrow_version: "8"
8684
- env_file: actions-38.yaml
8785
pyarrow_version: "9"
88-
- env_file: actions-39.yaml
89-
pyarrow_version: "7"
9086
- env_file: actions-39.yaml
9187
pyarrow_version: "8"
9288
- env_file: actions-39.yaml
9389
pyarrow_version: "9"
94-
- env_file: actions-311.yaml
95-
pyarrow_version: "7"
96-
- env_file: actions-311.yaml
90+
- env_file: actions-310.yaml
9791
pyarrow_version: "8"
98-
- env_file: actions-311.yaml
92+
- env_file: actions-310.yaml
9993
pyarrow_version: "9"
10094
fail-fast: false
10195
name: ${{ matrix.name || format('{0} pyarrow={1} {2}', matrix.env_file, matrix.pyarrow_version, matrix.pattern) }}

0 commit comments

Comments
 (0)