Add arrow support to pyinstaller build

This commit is contained in:
Mike Auty
2026-01-29 21:04:51 +00:00
parent 6b9a6f84c3
commit d8485fe460
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pyinstaller
pip install -e .[full,cloud]
pip install -e .[full,cloud,arrow]
- name: Pyinstall executable
run: |