Skip to content

Commit

Permalink
install poetry for get-envlist job
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Jan 18, 2024
1 parent aa97c39 commit 4a203c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install dependencies
run: poetry install --no-interaction --all-extras
- id: generate-envlist
Expand Down

0 comments on commit 4a203c8

Please sign in to comment.