We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e5604 commit 42eee93Copy full SHA for 42eee93
.github/workflows/posix.yml
@@ -24,11 +24,11 @@ jobs:
24
timeout-minutes: 120
25
strategy:
26
matrix:
27
- env_file: [] #actions-38.yaml, actions-39.yaml, actions-310.yaml]
28
- pattern: [] #"not single_cpu", "single_cpu"]
+ env_file: [actions-38.yaml] #, actions-39.yaml, actions-310.yaml]
+ 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"] #, "6", "7"]
32
include:
33
- name: "Downstream Compat"
34
env_file: actions-38-downstream_compat.yaml
0 commit comments