chore: update poetry version in github actions

This commit is contained in:
Xyphuz 2024-04-27 17:37:12 +08:00
parent 7b0466885a
commit f5d45fca30
2 changed files with 4 additions and 4 deletions

View file

@ -26,9 +26,9 @@ jobs:
python-version: '3.10.4' python-version: '3.10.4'
- name: Setup Poetry - name: Setup Poetry
uses: Gr1N/setup-poetry@v7 uses: abatilo/actions-poetry@v3
with: with:
poetry-version: 1.2.1 poetry-version: 1.8.2
- name: Install Dependencies - name: Install Dependencies
run: | run: |

View file

@ -32,9 +32,9 @@ jobs:
python-version: '3.10.4' python-version: '3.10.4'
- name: Setup Poetry - name: Setup Poetry
uses: Gr1N/setup-poetry@v7 uses: abatilo/actions-poetry@v3
with: with:
poetry-version: 1.2.1 poetry-version: 1.8.2
- run: | - run: |
poetry install --no-root poetry install --no-root
poetry build poetry build