From 2e26578fc6613f12bd6770e436d095cf97049ce9 Mon Sep 17 00:00:00 2001 From: Artem Litvinov Date: Tue, 19 Sep 2023 00:04:53 +0100 Subject: [PATCH] Install Poetry for check-pr action --- .github/workflows/check-pr.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-pr.yaml b/.github/workflows/check-pr.yaml index aa377ee..c81b256 100644 --- a/.github/workflows/check-pr.yaml +++ b/.github/workflows/check-pr.yaml @@ -21,7 +21,7 @@ jobs: uses: hellofresh/action-changed-files@v2 with: pattern: src/(?P[^/]+)/ - + check-root: name: Check root runs-on: ubuntu-20.04 @@ -33,6 +33,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 + - name: Install Poetry + uses: snok/install-poetry@v1 + - name: Install dependencies run: | make ci-init