Skip to content

Commit 0aff424

Browse files
committed
Minimize builds
1 parent ddc8311 commit 0aff424

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
timeout-minutes: 180
2828
strategy:
2929
matrix:
30-
env_file: [actions-38.yaml, actions-39.yaml, actions-310.yaml]
31-
pattern: ["not single_cpu", "single_cpu"]
30+
#env_file: [actions-38.yaml, actions-39.yaml, actions-310.yaml]
31+
env_file: [actions-310.yaml]
32+
#pattern: ["not single_cpu", "single_cpu"]
33+
pattern: ["not single_cpu"]
3234
pyarrow_version: ["10"]
3335
#pyarrow_version: ["7", "8", "9", "10"]
3436
#include:

0 commit comments

Comments
 (0)