diff --git a/.github/workflows/macos-windows.yml b/.github/workflows/macos-windows.yml index ca6fd63d749ee..5efc1aa67b4cd 100644 --- a/.github/workflows/macos-windows.yml +++ b/.github/workflows/macos-windows.yml @@ -53,7 +53,7 @@ jobs: uses: ./.github/actions/setup-conda with: environment-file: ci/deps/${{ matrix.env_file }} - pyarrow-version: ${{ matrix.os == 'macos-latest' && '6' || '' }} + pyarrow-version: ${{ matrix.os == 'macos-latest' && '9' || '' }} - name: Build Pandas uses: ./.github/actions/build_pandas diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index fe4d92507f717..7dbf74278d433 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -78,14 +78,18 @@ jobs: pattern: "not slow and not network and not single_cpu" test_args: "-W error::DeprecationWarning:numpy -W error::FutureWarning:numpy" exclude: - - env_file: actions-39.yaml - pyarrow_version: "6" - - env_file: actions-39.yaml + - env_file: actions-38.yaml pyarrow_version: "7" - - env_file: actions-310.yaml - pyarrow_version: "6" - - env_file: actions-310.yaml + - env_file: actions-38.yaml + pyarrow_version: "8" + - env_file: actions-38.yaml + pyarrow_version: "9" + - env_file: actions-39.yaml pyarrow_version: "7" + - env_file: actions-39.yaml + pyarrow_version: "8" + - env_file: actions-39.yaml + pyarrow_version: "9" fail-fast: false name: ${{ matrix.name || format('{0} pyarrow={1} {2}', matrix.env_file, matrix.pyarrow_version, matrix.pattern) }} env: