update poetry to 1.7.0 (#53)

* update poetry to 1.7.0

* main version updated
This commit is contained in:
Dmitry Afanasyev
2023-11-06 12:05:00 +03:00
committed by GitHub
parent b5fe195ef4
commit 2722e91428
7 changed files with 20 additions and 19 deletions

View File

@@ -29,7 +29,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`:
@@ -54,7 +54,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
#----------------------------------------------
# run test suite

View File

@@ -32,7 +32,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`:
@@ -58,7 +58,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
#----------------------------------------------
# run test suite