update poetry to 1.7.0

This commit is contained in:
2023-11-06 12:16:50 +03:00
parent f35ad2d32b
commit f0184f792b
5 changed files with 18 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ jobs:
#----------------------------------------------
- name: Install poetry
env: # Keep in sync with `POETRY_VERSION` in `Dockerfile`
POETRY_VERSION: "1.6.1"
POETRY_VERSION: "1.7.0"
run: |
curl -sSL "https://install.python-poetry.org" | python -
# Adding `poetry` to `$PATH`:
@@ -56,7 +56,7 @@ jobs:
- name: Install dependencies
run: |
poetry config virtualenvs.in-project true
poetry install
poetry install --no-interaction --no-ansi --no-root
poetry run pip install -U pip
#----------------------------------------------
# check dependencies