diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-05-18 13:30:16 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-05-18 13:30:16 -0600 |
commit | fb37c875ef99fcf3a7524bf2ce6e6e6e9a1b4c3d (patch) | |
tree | 9e12afbb3b8d6407352ff927b3ac277816b9acd9 /.github/workflows/ci.yml | |
parent | 1dd167cfa63709e5cff6923ca9aef4b39f2dafe8 (diff) |
fix pip install
Diffstat (limited to '.github/workflows/ci.yml')
-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 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: |