Update poetry to 1.4.1 (#1036)
This commit is contained in:
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
python-version: '3.8'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install poetry==1.1.14
|
||||
python -m pip install poetry==1.4.1
|
||||
poetry install --extras "all"
|
||||
env:
|
||||
POETRY_VIRTUALENVS_CREATE: false
|
||||
|
||||
2
.github/workflows/python-publish.yml
vendored
2
.github/workflows/python-publish.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
- name: Install Poetry
|
||||
uses: snok/install-poetry@v1.3
|
||||
with:
|
||||
version: 1.1.14
|
||||
version: 1.4.1
|
||||
virtualenvs-create: true
|
||||
virtualenvs-in-project: true
|
||||
|
||||
|
||||
2
.github/workflows/test-package.yml
vendored
2
.github/workflows/test-package.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install poetry==1.1.14
|
||||
python -m pip install poetry==1.4.1
|
||||
poetry install --extras "all"
|
||||
env:
|
||||
POETRY_VIRTUALENVS_CREATE: false
|
||||
|
||||
3546
poetry.lock
generated
3546
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user