From 9ccbdb3ea54c9399a46a255035c255f4db4b7530 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 15 May 2023 21:06:12 -0600 Subject: Update ci.yml --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f7d68e..b2066f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,10 +25,14 @@ jobs: - uses: actions/setup-python@v4 with: python-version: "3.9" + - name: Setup Poetry + uses: abatilo/actions-poetry@v2 + with: + poetry-version: 1.1.15 - name: Package for Windows run: | poetry install - ls + dir poetry run pyinstaller --add-data "assets:assets" -w main.py - uses: actions/upload-artifact@v3 with: -- cgit v1.2.3