Skip to content

Commit

Permalink
Try poetry image
Browse files Browse the repository at this point in the history
  • Loading branch information
subdavis committed Sep 24, 2024
1 parent f4a342d commit 11ceafe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 11ceafe

Please sign in to comment.