From 1a0a64c9576dfef04f940f8f0dc3d90f26b11d46 Mon Sep 17 00:00:00 2001 From: Zxilly Date: Fri, 22 Nov 2024 04:20:28 +0800 Subject: [PATCH] ci: set if correctly --- .github/actions/setup-script/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-script/action.yml b/.github/actions/setup-script/action.yml index 12391d984..8f44dd2f0 100644 --- a/.github/actions/setup-script/action.yml +++ b/.github/actions/setup-script/action.yml @@ -27,6 +27,7 @@ runs: run: pipx install poetry - name: Setup Python + if: ${{ inputs.setup-python == 'true' }} uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: '3.12' @@ -34,7 +35,6 @@ runs: cache: poetry - name: Add python dependencies - if: ${{ inputs.setup-python == 'true' }} shell: bash working-directory: ./scripts run: |