diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-01 00:37:24 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-01 00:37:24 -0700 |
commit | 70eb274f51c703c352865b8af39557b271fae6dd (patch) | |
tree | 021eda9b05fac39b3f046eb41ab3fc5c0df7ede5 /.github/workflows/main.yaml | |
parent | 1295cc00950c9c6b711fc82ef5492448a1be8caf (diff) | |
download | sncontinue-70eb274f51c703c352865b8af39557b271fae6dd.tar.gz sncontinue-70eb274f51c703c352865b8af39557b271fae6dd.tar.bz2 sncontinue-70eb274f51c703c352865b8af39557b271fae6dd.zip |
try cx_freeze, smaller pyinstaller
Diffstat (limited to '.github/workflows/main.yaml')
-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 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 |