Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Apr 24, 2024
1 parent e1343a8 commit a1142fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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: Test
run: |
pytest
# - name: Mypy
# run: |
# mypy .
# - name: Test
# run: |
# pytest

0 comments on commit a1142fc

Please sign in to comment.