mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2025-09-04 18:30:43 +00:00
💚 fix setup
This commit is contained in:
parent
980c272504
commit
a729d77d4e
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