♻️ 忘记改类型了 (

This commit is contained in:
suyiiyii 2024-12-22 21:21:22 +08:00
parent cac5e09f71
commit 5bd67ad7ad
Signed by: suyiiyii
GPG Key ID: 044704CB29B8AD85

View File

@ -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