Skip to content

Commit d8485fe

Browse files
committed
Add arrow support to pyinstaller build
1 parent 6b9a6f8 commit d8485fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pyinstaller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install pyinstaller
31-
pip install -e .[full,cloud]
31+
pip install -e .[full,cloud,arrow]
3232
3333
- name: Pyinstall executable
3434
run: |

0 commit comments

Comments
 (0)