From 11ceafee8fe23da239ff1804d1c801fbb37bee82 Mon Sep 17 00:00:00 2001 From: Brandon Davis Date: Tue, 24 Sep 2024 09:44:15 -0500 Subject: [PATCH] Try poetry image --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8f502c5..cfb6ca6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: daily-generation-routine steps: - name: install-poetry - image: python:3 + image: mwalbeck/python-poetry:latest environment: ANTHROPIC_KEY: from_secret: ANTHROPIC_KEY @@ -14,8 +14,6 @@ steps: YOUTUBE_API_KEY: from_secret: YOUTUBE_API_KEY commands: - - curl -sSL https://install.python-poetry.org | python3 - - - export PATH="/root/.local/bin:$PATH" - poetry --version - poetry install - poetry run updateCache