Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
283375 committed Aug 5, 2024
1 parent 3e6cc8d commit dbb5d68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit dbb5d68

Please sign in to comment.