From 5bd67ad7ad0144a4480745273b9417b1e3e46e5c Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Sun, 22 Dec 2024 21:21:22 +0800 Subject: [PATCH] =?UTF-8?q?:recycle:=20=E5=BF=98=E8=AE=B0=E6=94=B9?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E4=BA=86=20=EF=BC=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3bc6ac1..1d4e285 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -72,7 +72,7 @@ jobs: uses: ./.github/actions/setup-python with: python-version: ${{ matrix.python-version }} - install-deps: "true" + install-deps: true - name: Run Pytest run: uv run pytest --cov-report xml --cov=./nonebot_bison -k 'not compare and not render' -n auto