mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 19:36:43 +08:00
👷 pin poetry version to 1.3.2
This commit is contained in:
parent
1cac3bae5a
commit
45cec9d9ef
7
.github/actions/setup-python/action.yml
vendored
7
.github/actions/setup-python/action.yml
vendored
@ -14,5 +14,8 @@ runs:
|
|||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ inputs.python-version }}
|
python-version: ${{ inputs.python-version }}
|
||||||
- name: install poetry
|
- name: Setup Poetry
|
||||||
uses: abatilo/actions-poetry@v2
|
uses: Gr1N/setup-poetry@v8
|
||||||
|
with:
|
||||||
|
poetry-version: "1.3.2"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user