Skip to content

Commit

Permalink
Disable mypy for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanrublee committed Aug 13, 2023
1 parent 18a9dd5 commit fe5a73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Install dependencies
run: pip3 install -e .[dev]
- name: Run Tests
run: pytest -v py/tests/ --mypy
run: pytest -v py/tests/ # --mypy

0 comments on commit fe5a73b

Please sign in to comment.