diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-05-18 14:21:51 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-05-18 14:21:51 -0600 |
commit | 32a156dfde22f03c9ed2117909689cd99690efa9 (patch) | |
tree | bcd52468be152bd4648e394408243c6294534d4d /.github | |
parent | 19abc994ac0468b26965f5348750f9d82fcdd1d3 (diff) |
fix sv-ttk
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9116fe..04d541f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Package for Windows run: | pip install pyinstaller pandas xlrd openpyxl Pillow matplotlib sv-ttk ttkwidgets - pyinstaller --add-data "assets;assets" --onefile -c --noconfirm main.py + pyinstaller --add-data "assets;assets" --onefile -c --noconfirm --collect-data sv_ttk main.py - uses: actions/upload-artifact@v3 with: name: pyramid-scheme |