Skip to content

CI: Test various Pyarrow version on Linux #46059

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Feb 21, 2022
Prev Previous commit
Next Next commit
Ignore 3 and use conda
  • Loading branch information
mroeschke committed Feb 18, 2022
commit 2c9e537e1dfa3bff60596d9c9bd0f24fcbb5a9f1
6 changes: 3 additions & 3 deletions .github/workflows/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
matrix:
env_file: [actions-38.yaml, actions-39.yaml, actions-310.yaml]
pattern: ["not single_cpu", "single_cpu"]
# Don't test pyarrow v2: Causes timeouts in read_csv engine
pyarrow_version: ["3", "5", "7"]
# Don't test pyarrow v2/3: Causes timeouts in read_csv engine
pyarrow_version: ["5", "6", "7"]
include:
- env_file: actions-38-downstream_compat.yaml
pattern: "not slow and not network and not single_cpu"
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
if: ${{ env.IS_PYPY == 'false' }} # No pypy3.8 support

- name: Upgrade Arrow version
run: mamba update -n pandas-dev -c conda-forge pyarrow=${{ matrix.pyarrow_version }}
run: conda update -n pandas-dev -c conda-forge pyarrow=${{ matrix.pyarrow_version }}
if: ${{ matrix.pyarrow_version }}

- name: Setup PyPy
Expand Down