Skip to content

Commit

Permalink
fix type_check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aramoto99 committed Mar 27, 2024
1 parent d85679e commit d167b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/type_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy
pip install mypy
pip install .
- name: Type check
run: |
Expand Down

0 comments on commit d167b17

Please sign in to comment.