From 0cceffdf20109f32efd26cddb57012247738924f Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Mon, 28 Feb 2022 13:43:55 -0800 Subject: [PATCH] CI: Remove testing pyarrow 6 (#46183) --- .github/workflows/posix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index fe225add5bde7..4380e8dfa2e57 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -28,7 +28,7 @@ jobs: pattern: ["not single_cpu", "single_cpu"] # Don't test pyarrow v2/3: Causes timeouts in read_csv engine # even if tests are skipped/xfailed - pyarrow_version: ["5", "6", "7"] + pyarrow_version: ["5", "7"] include: - env_file: actions-38-downstream_compat.yaml pattern: "not slow and not network and not single_cpu"