We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d801a4b commit 0cceffdCopy full SHA for 0cceffd
.github/workflows/posix.yml
@@ -28,7 +28,7 @@ jobs:
28
pattern: ["not single_cpu", "single_cpu"]
29
# Don't test pyarrow v2/3: Causes timeouts in read_csv engine
30
# even if tests are skipped/xfailed
31
- pyarrow_version: ["5", "6", "7"]
+ pyarrow_version: ["5", "7"]
32
include:
33
- env_file: actions-38-downstream_compat.yaml
34
pattern: "not slow and not network and not single_cpu"
0 commit comments