Skip to content

Commit

Permalink
Fix ruff command
Browse files Browse the repository at this point in the history
  • Loading branch information
taobrienlbl committed Sep 10, 2024
1 parent f2e07f3 commit 84598cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
pip install -e .
- name: Run linting tests on files in src
run: ruff src
run: ruff check src

- name: Run tests
run: pytest

0 comments on commit 84598cb

Please sign in to comment.