Fix poetry version conflicts

This commit is contained in:
collerek
2023-02-28 13:09:06 +01:00
parent fd77f029c2
commit 70043f96c2
4 changed files with 476 additions and 386 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install poetry==1.1.11
python -m pip install poetry==1.1.14
poetry install --extras "all"
env:
POETRY_VIRTUALENVS_CREATE: false
+1
View File
@@ -25,6 +25,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1.3
with:
version: 1.1.14
virtualenvs-create: true
virtualenvs-in-project: true
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install poetry==1.1.11
python -m pip install poetry==1.1.14
poetry install --extras "all"
env:
POETRY_VIRTUALENVS_CREATE: false
Generated
+473 -384
View File
File diff suppressed because it is too large Load Diff