Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ysolanky committed Oct 23, 2024
1 parent 10cb0d9 commit a32ea7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Ruff check
run: |
ruff check .
# - name: Mypy
# run: |
# mypy .
- name: Mypy
run: |
mypy .
# - name: Test
# run: |
# pytest

0 comments on commit a32ea7e

Please sign in to comment.