Skip to content

Commit 42eee93

Browse files
committed
Fix
1 parent 57e5604 commit 42eee93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/posix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
timeout-minutes: 120
2525
strategy:
2626
matrix:
27-
env_file: [] #actions-38.yaml, actions-39.yaml, actions-310.yaml]
28-
pattern: [] #"not single_cpu", "single_cpu"]
27+
env_file: [actions-38.yaml] #, actions-39.yaml, actions-310.yaml]
28+
pattern: ["not single_cpu"] #, "single_cpu"]
2929
# Don't test pyarrow v2/3: Causes timeouts in read_csv engine
3030
# even if tests are skipped/xfailed
31-
pyarrow_version: [] #"5", "6", "7"]
31+
pyarrow_version: ["5"] #, "6", "7"]
3232
include:
3333
- name: "Downstream Compat"
3434
env_file: actions-38-downstream_compat.yaml

0 commit comments

Comments
 (0)