Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ojh6404 committed Jan 13, 2024
1 parent 5e935fc commit b9064b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/peripheral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
- name: pip install formatters and mypy
run: |
pip3 install mypy flake8 isort
- name: pip install torch and numpy for build
run: |
pip3 install numpy>=1.24 torch>=2.0
- name: check by mypy
run: |
pip3 install -r requirements.txt
pip3 install numpy>=1.24
mypy --version
mypy .
Expand Down

0 comments on commit b9064b8

Please sign in to comment.