Drop arrow support from the EXE because the dependencies are too large

This commit is contained in:
Mike Auty
2026-08-14 08:48:16 +01:00
parent 7271dcd11e
commit 8056d4e231
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pyinstaller
pip install -e .[full,cloud,arrow]
pip install -e .[full,cloud]
- name: Pyinstall executable
run: |