diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-02 19:19:34 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-02 19:19:34 -0700 |
commit | 54111067474b62f652c157a5f5289c9eba2555e5 (patch) | |
tree | ae5e17ea827dab12e4e835bb9c709d4c1f8fb46d /.github | |
parent | d000c7bf3fbfb0ed0b48dc8508e551ad9331333a (diff) | |
download | sncontinue-54111067474b62f652c157a5f5289c9eba2555e5.tar.gz sncontinue-54111067474b62f652c157a5f5289c9eba2555e5.tar.bz2 sncontinue-54111067474b62f652c157a5f5289c9eba2555e5.zip |
add --hidden-imports, simplify sdk.py
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 365f7b7d..1309aa24 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -31,7 +31,7 @@ jobs: run: | pip install -r continuedev/requirements.txt - - run: pyinstaller run.py --exclude-module numpy --exclude-module jedi -F + - run: pyinstaller run.py --exclude-module numpy --exclude-module jedi -F --add-data 'continuedev:continuedev' --hidden-import=anthropic --hidden-import=github - name: Set permissions run: | |