From fb37c875ef99fcf3a7524bf2ce6e6e6e9a1b4c3d Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Thu, 18 May 2023 13:30:16 -0600 Subject: fix pip install --- .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 0abff89..b5089dc 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 + pip install pyinstaller pandas xlrd openpyxl Pillow matplotlib sv_ttk pyinstaller --add-data "assets;assets" --onefile -c --noconfirm main.py - uses: actions/upload-artifact@v3 with: -- cgit v1.2.3