From 899c84907dbc24032fc19d7abb7a97c682279188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Zar=C4=99bski?= Date: Wed, 17 Nov 2021 13:29:40 +0000 Subject: [PATCH] Fix check requirements --- .github/workflows/deploy.yaml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 75eadf71..242a67f0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -127,6 +127,20 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 + - uses: actions/setup-python@v2 + with: + python-version: '3.9.7' + architecture: "x64" + + - name: Install Poetry + run: python -m pip install poetry + + - name: Install Module + run: python -m poetry install + + - name: Get Previous tag + id: previoustag + uses: "WyriHaximus/github-action-get-previous-tag@v1" - name: Verify version alignment run: | @@ -142,10 +156,6 @@ jobs: exit 1 fi - - name: Get Previous tag - id: previoustag - uses: "WyriHaximus/github-action-get-previous-tag@v1" - - name: Build Module run: | poetry build