summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-01 00:37:24 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-01 00:37:24 -0700
commit70eb274f51c703c352865b8af39557b271fae6dd (patch)
tree021eda9b05fac39b3f046eb41ab3fc5c0df7ede5 /.github
parent1295cc00950c9c6b711fc82ef5492448a1be8caf (diff)
downloadsncontinue-70eb274f51c703c352865b8af39557b271fae6dd.tar.gz
sncontinue-70eb274f51c703c352865b8af39557b271fae6dd.tar.bz2
sncontinue-70eb274f51c703c352865b8af39557b271fae6dd.zip
try cx_freeze, smaller pyinstaller
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 26d0d768..41fd174d 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -36,7 +36,7 @@ jobs:
run: |
pip install -r continuedev/requirements.txt pyinstaller
- - run: pyinstaller run.py
+ - run: pyinstaller run.py --exclude-module numpy --exclude-module jedi -F
- name: Upload Artifacts
uses: actions/upload-artifact@v3