Skip to content

Commit

Permalink
Re-order linting and test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
sfowl committed Sep 30, 2024
1 parent e1dda1b commit e83510c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: |
python3 -m ensurepip --upgrade
pip install --no-cache-dir -r requirements.txt -r requirements-dev.txt
- name: Test with pytest
run: |
pytest
- name: Lint with pre-commit hook
continue-on-error: true # XXX temporary, until all code linted
run: |
pre-commit run --all-files
- name: Test with pytest
run: |
pytest

0 comments on commit e83510c

Please sign in to comment.