Skip to content

Commit

Permalink
install poetry before invoking!
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Nov 30, 2023
1 parent b984777 commit 686a1e0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Extract Version from Tag
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV

- name: Install poetry
run: pip install poetry

- name: Install Dependencies
run: poetry install

Expand Down

0 comments on commit 686a1e0

Please sign in to comment.