Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos authored Sep 2, 2024
1 parent 73754f1 commit e45b0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
uv pip install --system -r requirements-dev.txt
- name: Lint
run: |
ruff check parsons/ test/ useful_resources/
ruff check --output-format=github parsons/ test/ useful_resources/
- name: Tests
run: pytest -rf test/
- name: Format
run: |
ruff format --check --diff parsons/ test/ useful_resources/

0 comments on commit e45b0c6

Please sign in to comment.