mirror of
https://github.com/actions/setup-python.git
synced 2026-06-13 12:24:51 +03:00
chore: update dependencies in project configuration files
This commit is contained in:
@@ -145,7 +145,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Install poetry
|
||||
run: pipx install poetry
|
||||
run: |
|
||||
pipx install poetry
|
||||
pipx inject poetry "packaging<25"
|
||||
- name: Init pyproject.toml
|
||||
run: mv ./__tests__/data/pyproject.toml .
|
||||
- name: Setup Python
|
||||
|
||||
Reference in New Issue
Block a user