From e1edc4cb5c277c914dd8459ab128f638dced9c3a Mon Sep 17 00:00:00 2001 From: "2287551746@qq.com" <2287551746@example.com> Date: Sun, 2 Nov 2025 18:08:31 +0800 Subject: [PATCH] 2025.11.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e882dd..37cae60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: # Check if all Python files can be imported python -m compileall -f . # Run tests with pytest - python -m pytest tests/ -v || python tests/test_basic.py + python -m pytest tests/ -v lint: runs-on: ubuntu-latest