Skip to content

Commit

Permalink
chore: update poetry version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wst24365888 committed Apr 27, 2024
1 parent 7b04668 commit f5d45fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
python-version: '3.10.4'

- name: Setup Poetry
uses: Gr1N/setup-poetry@v7
uses: abatilo/actions-poetry@v3
with:
poetry-version: 1.2.1
poetry-version: 1.8.2

- name: Install Dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-tagged-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
python-version: '3.10.4'

- name: Setup Poetry
uses: Gr1N/setup-poetry@v7
uses: abatilo/actions-poetry@v3
with:
poetry-version: 1.2.1
poetry-version: 1.8.2
- run: |
poetry install --no-root
poetry build
Expand Down

0 comments on commit f5d45fc

Please sign in to comment.