update poetry to 1.2.0 and python to 3.10.6

This commit is contained in:
Dmitry Afanasyev 2022-09-15 12:08:42 +03:00
parent 7506832fe6
commit c0f0124776
2 changed files with 4 additions and 4 deletions

View File

@ -23,13 +23,13 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.10'
python-version: '3.10.6'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
- name: Install poetry
env: # Keep in sync with `POETRY_VERSION` in `Dockerfile`
POETRY_VERSION: "1.1.14"
POETRY_VERSION: "1.2.0"
run: |
curl -sSL "https://install.python-poetry.org" | python -
# Adding `poetry` to `$PATH`:

View File

@ -23,13 +23,13 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.10'
python-version: '3.10.6'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
- name: Install poetry
env: # Keep in sync with `POETRY_VERSION` in `Dockerfile`
POETRY_VERSION: "1.1.14"
POETRY_VERSION: "1.2.0"
run: |
curl -sSL "https://install.python-poetry.org" | python -
# Adding `poetry` to `$PATH`: