Skip to content

Commit

Permalink
temporary disable mypy test due to symlink submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Feb 5, 2025
1 parent 65fbf26 commit 1784cfb
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/peripheral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ jobs:
- name: pip install formatters and mypy
run: |
pip3 install mypy flake8 isort
# Temporary commented out due to avoid testing submodule packages
# TODO (HiroIshida) fix
# - name: check by mypy
# run: |
# pip3 install -r requirements.txt
# pip3 install numpy==1.23 # to enable numpy's type checking
# mypy --version
# mypy .

- name: check by mypy
run: |
pip3 install -r requirements.txt
pip3 install numpy==1.23 # to enable numpy's type checking
mypy --version
mypy .
- name: check by isrot and flake8
- name: check by isort and flake8
run: |
python3 -m isort example/ test/ node_script/
python3 -m flake8 example/ test/ node_script/

0 comments on commit 1784cfb

Please sign in to comment.