This commit is contained in:
283375 2024-08-06 00:31:09 +08:00
parent 3e6cc8d7e7
commit dbb5d680af
Signed by: 283375
SSH Key Fingerprint: SHA256:UcX0qg6ZOSDOeieKPGokA5h7soykG61nz2uxuQgVLSk

View File

@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
fail-fast: false
steps:
- uses: actions/checkout@v4
@ -24,7 +25,7 @@ jobs:
- name: Install dev dependencies
run: 'pip install .[dev]'
- name: Run tests
run: 'pytest -v'
run: 'python -m pytest -v'
ruff:
runs-on: ubuntu-latest