diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-05-18 13:51:28 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-05-18 13:51:28 -0600 |
commit | 19abc994ac0468b26965f5348750f9d82fcdd1d3 (patch) | |
tree | 590d9ed1be03ecc89414430c6e6326d087e6a3b6 /.github | |
parent | 56af07bf7d9c1e9889878737709c90797dc05a54 (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 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: |