From 79297850df6f5859272d59595f3b2c0e0e271a95 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Fri, 6 Oct 2023 09:23:03 +0300 Subject: [PATCH] ci: try fix ci --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d208fd..cea3199 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,8 +47,9 @@ jobs: - name: Установка зависимостей run: poetry install - name: Сборка - if: - run: pyinstaller statapp.spec -- ${{ matrix.spec == 'statapp-onefile' && '--one-file' || '' }} + run: | + poetry shell + pyinstaller statapp.spec -- ${{ matrix.spec == 'statapp-onefile' && '--one-file' || '' }} - name: Архивация uses: thedoctor0/zip-release@0.7.1 with: