mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-14 12:58:38 +08:00
👷 change poetry install action
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
name: Setup Python
|
||||
description: Setup Python
|
||||
|
||||
inputs:
|
||||
python-version:
|
||||
description: Python version
|
||||
required: false
|
||||
default: "3.10"
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: setup python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ inputs.python-version }}
|
||||
- name: install poetry
|
||||
uses: abatilo/actions-poetry@v2
|
||||
Reference in New Issue
Block a user