diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-05-26 15:42:00 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-05-26 15:42:00 -0600 |
commit | ba2a320b4e382c977ede55a7658047d34b16b434 (patch) | |
tree | 7714c309d68c70d2e02314f0fb4f4e28bb86b928 /.github/workflows | |
parent | 12eb79f2f1ddf9556fdf82a5fbed41e832f6c2d6 (diff) |
darkdetect + prepared for
Diffstat (limited to '.github/workflows')
-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 85a0892..7bd9288 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 sentry-sdk + pip install pyinstaller pandas xlrd openpyxl Pillow matplotlib sv-ttk ttkwidgets sentry-sdk darkdetect pyinstaller --add-data "assets;assets" --onefile -c --noconfirm --collect-data sv_ttk main.py - uses: actions/upload-artifact@v3 with: |