💚 fix setup

This commit is contained in:
StarHeartHunt 2025-02-16 10:14:49 +08:00
parent 980c272504
commit a729d77d4e

View file

@ -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