From 3b805bbb3d58129f5abea184d8bc67a6f00711d2 Mon Sep 17 00:00:00 2001 From: femtotrader Date: Mon, 24 Jul 2023 12:18:39 +0200 Subject: [PATCH] CI --- .github/workflows/pullrequestchecks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pullrequestchecks.yml b/.github/workflows/pullrequestchecks.yml index cdd7038..9a4950b 100644 --- a/.github/workflows/pullrequestchecks.yml +++ b/.github/workflows/pullrequestchecks.yml @@ -19,9 +19,9 @@ jobs: with: python-version: 3.7 - - name: Install Poetry - uses: dschep/install-poetry-action@v1.2 - + - name: Install Poetry Action + uses: snok/install-poetry@v1.3.3 + - name: Cache Poetry virtualenv uses: actions/cache@v1 id: cache