mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-12-15 16:10:39 +03:00
update poetry to 1.8.1 (#91)
This commit is contained in:
2
.github/workflows/check-lint.yml
vendored
2
.github/workflows/check-lint.yml
vendored
@@ -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`:
|
||||
|
||||
2
.github/workflows/poetry-test.yml
vendored
2
.github/workflows/poetry-test.yml
vendored
@@ -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`:
|
||||
|
||||
Reference in New Issue
Block a user