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 ddc8311 commit 0aff424Copy full SHA for 0aff424
.github/workflows/ubuntu.yml
@@ -27,8 +27,10 @@ jobs:
27
timeout-minutes: 180
28
strategy:
29
matrix:
30
- env_file: [actions-38.yaml, actions-39.yaml, actions-310.yaml]
31
- pattern: ["not single_cpu", "single_cpu"]
+ #env_file: [actions-38.yaml, actions-39.yaml, actions-310.yaml]
+ env_file: [actions-310.yaml]
32
+ #pattern: ["not single_cpu", "single_cpu"]
33
+ pattern: ["not single_cpu"]
34
pyarrow_version: ["10"]
35
#pyarrow_version: ["7", "8", "9", "10"]
36
#include:
0 commit comments