From 32a156dfde22f03c9ed2117909689cd99690efa9 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Thu, 18 May 2023 14:21:51 -0600 Subject: fix sv-ttk --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') 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 -- cgit v1.2.3