Skip to content

Commit

Permalink
CI: Remove testing pyarrow 6 (pandas-dev#46183)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke authored Feb 28, 2022
1 parent d801a4b commit 0cceffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0cceffd

Please sign in to comment.