Skip to content

Commit

Permalink
install poetry in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SageGJ committed Jan 2, 2025
1 parent f4e8769 commit 21ee9dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate-current-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
python-version: '3.10'
cache: 'pip'

- name: Install poetry
run: |
pip install poetry
- name: Install dependencies
run: |
poetry install
Expand Down

0 comments on commit 21ee9dc

Please sign in to comment.