Skip to content

Commit

Permalink
Move pytest before linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tsundvoll committed Nov 12, 2024
1 parent 95f7cd2 commit 342192c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt -e .[dev]
- name: Test with pytest
run: |
pytest
- name: Lint
run: |
black --check .
mypy .
- name: Test with pytest
run: |
pytest

0 comments on commit 342192c

Please sign in to comment.