mirror of
https://github.com/Balshgit/python-poetry.git
synced 2025-12-16 05:40:39 +03:00
fix ci/cd
This commit is contained in:
4
.github/workflows/poetry-test.yml
vendored
4
.github/workflows/poetry-test.yml
vendored
@@ -24,13 +24,13 @@ jobs:
|
||||
id: setup-python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.12.4'
|
||||
python-version: '3.13.1'
|
||||
#----------------------------------------------
|
||||
# ----- install & configure poetry -----
|
||||
#----------------------------------------------
|
||||
- name: Install poetry
|
||||
env: # Keep in sync with `POETRY_VERSION` in `Dockerfile`
|
||||
POETRY_VERSION: "1.8.3"
|
||||
POETRY_VERSION: "2.0.0"
|
||||
run: |
|
||||
curl -sSL "https://install.python-poetry.org" | python -
|
||||
# Adding `poetry` to `$PATH`:
|
||||
|
||||
Reference in New Issue
Block a user