Skip to content

Commit

Permalink
fix github actions for PR#8
Browse files Browse the repository at this point in the history
  • Loading branch information
ojh6404 committed Jan 24, 2024
1 parent 5f8a838 commit da07ccc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: check by mypy
run: |
pip3 install -r requirements.txt
pip3 install -r tracking_ros/requirements.txt
mypy --version
mypy .
mypy tracking_ros
- name: reformat and check
run: |
python3 -m black .
python3 -m pflake8 node_scripts/ scripts/ test/
python3 -m black tracking_ros
python3 -m pflake8 tracking_ros/node_scripts/ tracking_rosscripts/ tracking_ros/test/

0 comments on commit da07ccc

Please sign in to comment.