summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2023-05-18 13:30:16 -0600
committernavanchauhan <navanchauhan@gmail.com>2023-05-18 13:30:16 -0600
commitfb37c875ef99fcf3a7524bf2ce6e6e6e9a1b4c3d (patch)
tree9e12afbb3b8d6407352ff927b3ac277816b9acd9 /.github
parent1dd167cfa63709e5cff6923ca9aef4b39f2dafe8 (diff)
fix pip install
Diffstat (limited to '.github')
-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 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: