Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sidjha1 committed Nov 9, 2024
1 parent c2ee9d3 commit 0502aaa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
pip install ruff==0.7.2
- name: Run ruff
echo "$(pip freeze)"
run: ruff check .
run: |
echo $(pip freeze)
ruff check .
mypy:
Expand Down

0 comments on commit 0502aaa

Please sign in to comment.