From a729d77d4e73df9b3e6d63bd123ea1654d216e8a Mon Sep 17 00:00:00 2001 From: StarHeartHunt Date: Sun, 16 Feb 2025 10:14:49 +0800 Subject: [PATCH] :green_heart: fix setup --- .github/actions/setup-python/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/setup-python/action.yml b/.github/actions/setup-python/action.yml index 8a85cc4..382fd60 100644 --- a/.github/actions/setup-python/action.yml +++ b/.github/actions/setup-python/action.yml @@ -18,3 +18,6 @@ runs: with: python-version: ${{ inputs.python-version }} cache: "poetry" + + - run: poetry install --all-extras + shell: bash