From 7abddd02a71975e0f5c7f8be6fd64f0b83a77279 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Mon, 28 Feb 2022 10:38:20 -0800 Subject: [PATCH] CI: Remove testing pyarrow 6 --- .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"