From afa6a62b1bb49307dcd5872bf231a4a8c45b72b9 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Mon, 29 May 2023 13:18:29 -0600 Subject: switch to requirements.txt --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bd9288..2b8023d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,9 +27,9 @@ jobs: python-version: "3.9" - name: Package for Windows run: | - pip install pyinstaller pandas xlrd openpyxl Pillow matplotlib sv-ttk ttkwidgets sentry-sdk darkdetect + pip install -r requirements.txt pyinstaller --add-data "assets;assets" --onefile -c --noconfirm --collect-data sv_ttk main.py - uses: actions/upload-artifact@v3 with: name: pyramid-scheme - path: dist/ + path: dist/ \ No newline at end of file -- cgit v1.2.3