update poetry to 1.8.1

This commit is contained in:
2024-03-02 14:06:39 +03:00
parent 98d572d7c9
commit 76efb71ce5
5 changed files with 540 additions and 549 deletions

View File

@@ -24,13 +24,13 @@ jobs:
id: setup-python
uses: actions/setup-python@v4
with:
python-version: '3.12.1'
python-version: '3.12.2'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
- name: Install poetry
env: # Keep in sync with `POETRY_VERSION` in `Dockerfile`
POETRY_VERSION: "1.7.1"
POETRY_VERSION: "1.8.1"
run: |
curl -sSL "https://install.python-poetry.org" | python -
# Adding `poetry` to `$PATH`: