Update Poetry Version used in GitHub Workflows

This commit is contained in:
rlaphoenix 2023-02-03 07:03:36 +00:00
parent ece0914920
commit 9568d7fdb9
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Install Poetry - name: Install Poetry
uses: abatilo/actions-poetry@v2.1.0 uses: abatilo/actions-poetry@v2.1.0
with: with:
poetry-version: '1.1.11' poetry-version: '1.3.2'
- name: Configure poetry - name: Configure poetry
run: poetry config virtualenvs.in-project true run: poetry config virtualenvs.in-project true
- name: Install dependencies - name: Install dependencies

View File

@ -14,7 +14,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ['3.7', '3.8', '3.9', '3.10'] python-version: ['3.7', '3.8', '3.9', '3.10']
poetry-version: [1.1.11] poetry-version: [1.3.2]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2