Skip to content

Commit 066f2cb

Browse files
committed
Try release build type for pyarrow
Possibly a regression stemming from abseil/abseil-cpp@f3760b4
1 parent 748c31e commit 066f2cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
UBUNTU: ${{ matrix.ubuntu || 22.04 }}
102102
PANDAS: ${{ matrix.pandas || 'latest' }}
103103
NUMPY: ${{ matrix.numpy || 'latest' }}
104+
ARROW_BUILD_TYPE: Release
104105
steps:
105106
- name: Checkout Arrow
106107
uses: actions/checkout@v6

0 commit comments

Comments
 (0)