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 6412102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: check by mypy
run: |
cd tracking_ros
pip3 install -r requirements.txt
mypy --version
mypy .
Expand Down
2 changes: 2 additions & 0 deletions tracking_ros/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ module = [
"jsk_data",
"torchvision",
"supervision",
"omegaconf",
"hydra",
"deva.*",
"cutie.*",
"groundingdino.*",
Expand Down

0 comments on commit 6412102

Please sign in to comment.