From 6ae842254629e3608feaf485f85f4bbb8a27acd5 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Mon, 2 May 2022 07:59:25 -0700 Subject: [PATCH] Backport PR #46912: CI: More targeted pyarrow version testing --- .github/workflows/posix.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index 0a914dd965a5e..f5cbb0e88ff11 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -62,6 +62,15 @@ jobs: pattern: "not slow and not network and not single_cpu" pandas_testing_mode: "deprecate" test_args: "-W error::DeprecationWarning:numpy" + exclude: + - env_file: actions-39.yaml + pyarrow_version: "6" + - env_file: actions-39.yaml + pyarrow_version: "7" + - env_file: actions-310.yaml + pyarrow_version: "6" + - env_file: actions-310.yaml + pyarrow_version: "7" fail-fast: false name: ${{ matrix.name || format('{0} pyarrow={1} {2}', matrix.env_file, matrix.pyarrow_version, matrix.pattern) }} env: