update poetry to 1.8.1 (#91)

This commit is contained in:
Dmitry Afanasyev
2024-03-02 00:36:11 +03:00
committed by GitHub
parent 16af625ea9
commit c5bf5b3e1a
5 changed files with 106 additions and 107 deletions

View File

@@ -29,7 +29,7 @@ jobs:
#----------------------------------------------
- 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`:

View File

@@ -32,7 +32,7 @@ jobs:
#----------------------------------------------
- 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`: