Skip to content

Commit 0cceffd

Browse files
authored
CI: Remove testing pyarrow 6 (#46183)
1 parent d801a4b commit 0cceffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
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", "7"]
3232
include:
3333
- env_file: actions-38-downstream_compat.yaml
3434
pattern: "not slow and not network and not single_cpu"

0 commit comments

Comments
 (0)