mirror of
https://github.com/Balshgit/python-poetry.git
synced 2025-12-16 05:40:39 +03:00
update poetry to 1.7.0
This commit is contained in:
4
.github/workflows/poetry-test.yml
vendored
4
.github/workflows/poetry-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user