From 0f1fe1515f26b2aa5fc71943ef76460143c0c49f Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Sun, 22 Dec 2024 21:27:38 +0800 Subject: [PATCH] =?UTF-8?q?:recycle:=20=E6=80=8E=E4=B9=88=E8=BF=98?= =?UTF-8?q?=E6=98=AF=E9=99=90=E5=88=B6=E6=AD=BB=E4=BA=86=E6=98=AF=E5=8D=95?= =?UTF-8?q?=E5=BC=95=E5=8F=B7=E7=9A=84=20=EF=BC=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/setup-python/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-python/action.yml b/.github/actions/setup-python/action.yml index da53555..37d397b 100644 --- a/.github/actions/setup-python/action.yml +++ b/.github/actions/setup-python/action.yml @@ -26,6 +26,6 @@ runs: enable-cache: true - name: Install dependencies - if: ${{ inputs.install-deps == "true" }} + if: ${{ inputs.install-deps == 'true' }} run: uv sync --frozen shell: bash