summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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: