mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2026-02-08 13:01:02 +00:00
💚 fix setup
This commit is contained in:
parent
7a56624b15
commit
825988d925
1 changed files with 3 additions and 0 deletions
3
.github/actions/setup-python/action.yml
vendored
3
.github/actions/setup-python/action.yml
vendored
|
|
@ -18,3 +18,6 @@ runs:
|
||||||
with:
|
with:
|
||||||
python-version: ${{ inputs.python-version }}
|
python-version: ${{ inputs.python-version }}
|
||||||
cache: "poetry"
|
cache: "poetry"
|
||||||
|
|
||||||
|
- run: poetry install --all-extras
|
||||||
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue