From 19abc994ac0468b26965f5348750f9d82fcdd1d3 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Thu, 18 May 2023 13:51:28 -0600 Subject: fix sv-ttk --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 633da9b..e9116fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: python-version: "3.9" - name: Package for Windows run: | - pip install pyinstaller pandas xlrd openpyxl Pillow matplotlib sv_ttk ttkwidgets + pip install pyinstaller pandas xlrd openpyxl Pillow matplotlib sv-ttk ttkwidgets pyinstaller --add-data "assets;assets" --onefile -c --noconfirm main.py - uses: actions/upload-artifact@v3 with: -- cgit v1.2.3