From cac5e09f71905c0da63da451f828f3143eb8a084 Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Sun, 22 Dec 2024 21:19:10 +0800 Subject: [PATCH] =?UTF-8?q?:recycle:=20=E4=B8=BA=E4=BB=80=E4=B9=88?= =?UTF-8?q?=E4=BC=9A=E6=8A=A5=E8=BF=99=E4=B8=AA=E9=94=99=E8=AF=AF=E5=91=A2?= =?UTF-8?q?=20/home/runner/work/nonebot-bison/nonebot-bison/./.github/acti?= =?UTF-8?q?ons/setup-python/action.yml=20(Line:=2028,=20Col:=207):=20Requi?= =?UTF-8?q?red=20property=20is=20missing:=20shell?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/setup-python/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-python/action.yml b/.github/actions/setup-python/action.yml index 4b84088..68a59dc 100644 --- a/.github/actions/setup-python/action.yml +++ b/.github/actions/setup-python/action.yml @@ -28,3 +28,4 @@ runs: - name: Install dependencies if: ${{ inputs.install-deps == true }} run: uv sync --frozen + shell: bash