From b32e75113cb42b815fcc3cefd515da55b79e61d2 Mon Sep 17 00:00:00 2001 From: Victoria Luquet <60718529+vicluq@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:17:02 -0300 Subject: [PATCH] Update action.yaml --- action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 570a86d..8a36d6b 100644 --- a/action.yaml +++ b/action.yaml @@ -29,8 +29,7 @@ jobs: - name: Install dependencies run: | - python -m pip install --upgrade pip - pip install build + poetry install - name: Build package run: poetry build