Update Poetry Version used in GitHub Workflows
This commit is contained in:
parent
ece0914920
commit
9568d7fdb9
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue