Updated python.yml

This commit is contained in:
Sheng
2025-07-27 18:49:18 +08:00
parent 9cfd5b799a
commit 5d69dc4ac1

View File

@@ -11,7 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: ruff --format=github --ignore=F401 --target-version=py38 .
pytest:
strategy:
fail-fast: false