From b82d83f79389897ed5f05eb9b5e8daf9cf64ee6f Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 8 Aug 2023 11:34:14 -0700 Subject: fix: :bug: add data file for ca_bundle --- .github/workflows/main.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 82e4c78e..03c33dba 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -31,13 +31,8 @@ jobs: run: | pip install -r continuedev/requirements.txt - - name: Build PyInstaller Executable for Windows - run: pyinstaller run.py --exclude-module numpy --exclude-module jedi -F --add-data 'continuedev;continuedev' --hidden-import=anthropic --hidden-import=github --hidden-import=ripgrepy - if: matrix.os == 'windows-latest' - - - name: Build PyInstaller Executable for Mac/Linux - run: pyinstaller run.py --exclude-module numpy --exclude-module jedi -F --add-data 'continuedev:continuedev' --hidden-import=anthropic --hidden-import=github --hidden-import=ripgrepy - if: matrix.os != 'windows-latest' + - name: Build PyInstaller Executable + run: pyinstaller run.spec - name: Set permissions run: | -- cgit v1.2.3-70-g09d2