From d8485fe460fdd85a3c2681cc1780cffc4070d7c5 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Thu, 29 Jan 2026 21:04:51 +0000 Subject: [PATCH] Add arrow support to pyinstaller build --- .github/workflows/build-pyinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pyinstaller.yml b/.github/workflows/build-pyinstaller.yml index 7d9d86fb0..a667eed03 100644 --- a/.github/workflows/build-pyinstaller.yml +++ b/.github/workflows/build-pyinstaller.yml @@ -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: |