Fix poetry version conflicts
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'
|
python-version: '3.8'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install poetry==1.1.11
|
python -m pip install poetry==1.1.14
|
||||||
poetry install --extras "all"
|
poetry install --extras "all"
|
||||||
env:
|
env:
|
||||||
POETRY_VIRTUALENVS_CREATE: false
|
POETRY_VIRTUALENVS_CREATE: false
|
||||||
|
|||||||
1
.github/workflows/python-publish.yml
vendored
1
.github/workflows/python-publish.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
|||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
uses: snok/install-poetry@v1.3
|
uses: snok/install-poetry@v1.3
|
||||||
with:
|
with:
|
||||||
|
version: 1.1.14
|
||||||
virtualenvs-create: true
|
virtualenvs-create: true
|
||||||
virtualenvs-in-project: 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 }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install poetry==1.1.11
|
python -m pip install poetry==1.1.14
|
||||||
poetry install --extras "all"
|
poetry install --extras "all"
|
||||||
env:
|
env:
|
||||||
POETRY_VIRTUALENVS_CREATE: false
|
POETRY_VIRTUALENVS_CREATE: false
|
||||||
|
|||||||
857
poetry.lock
generated
857
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user