From c457f682d61a402732b70ae93e0b20b612115773 Mon Sep 17 00:00:00 2001 From: Aymane Hachcham Date: Sat, 21 Oct 2023 17:54:41 +0200 Subject: [PATCH] fixed poetry action --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9131ad..92915c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,8 +48,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install Poetry - run: | - curl -sSL https://install.python-poetry.org | python3 - + uses: snok/install-poetry@v1 - name: Install dependencies run: | poetry install