Skip to content

Commit

Permalink
Revert "remove necessary version as could be retrieved from install log"
Browse files Browse the repository at this point in the history
This reverts commit b89d7a9.
  • Loading branch information
DanielYang59 committed Oct 20, 2024
1 parent b89d7a9 commit 8a4d33f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ jobs:
- name: ruff
run: |
ruff --version
ruff check .
ruff format --check .
- name: mypy
run: |
mypy --version
rm -rf .mypy_cache
mypy src

0 comments on commit 8a4d33f

Please sign in to comment.