Skip to content

Commit

Permalink
Add linting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
taobrienlbl committed Nov 5, 2023
1 parent 0db23b6 commit ca2b54f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
pip install pytest ruff
pip install -e .
- name: Run linting tests on files in src
run: ruff src

- name: Run tests
run: pytest

0 comments on commit ca2b54f

Please sign in to comment.