From ac09f37a649237937fff9537f25d4c87afcdb72a Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 3 Nov 2023 22:34:20 +0100 Subject: [PATCH] ci: Remove unnecessary command --- .github/workflows/update.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b855399..3e2254d 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - - name: "Setup Python, Poetry and Dependencies" + - name: Setup Python, Poetry and Dependencies uses: packetcoders/action-setup-cache-python-poetry@main with: python-version: 3.11.3 @@ -45,7 +45,6 @@ jobs: - name: Update static files run: | - poetry install poetry run python main.py - name: Commit changes