Update Poetry Version used in GitHub Workflows
This commit is contained in:
parent
ece0914920
commit
9568d7fdb9
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Install Poetry
|
||||
uses: abatilo/actions-poetry@v2.1.0
|
||||
with:
|
||||
poetry-version: '1.1.11'
|
||||
poetry-version: '1.3.2'
|
||||
- name: Configure poetry
|
||||
run: poetry config virtualenvs.in-project true
|
||||
- name: Install dependencies
|
||||
|
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10']
|
||||
poetry-version: [1.1.11]
|
||||
poetry-version: [1.3.2]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue