2025.11.2

This commit is contained in:
2287551746@qq.com
2025-11-02 18:08:31 +08:00
parent 635eec3978
commit e1edc4cb5c
+1 -1
View File
@@ -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