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 cd0a8c0 commit e9b4785
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
push: false
tags: tracking_ros:latest
build_args: INSTALL_JSK_PCL=false
# build_args: INSTALL_JSK_PCL=false
- name: rostest
run: |
docker run --rm tracking_ros:latest /bin/bash -i -c "source ~/.bashrc; rostest tracking_ros test_node.test"
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
exclude = "Cutie"
ignore = "H,E501,W503,F841"

[tool.isort]
[tool.isort] # not used for now
profile = "black"
line_length = 120

Expand Down

0 comments on commit e9b4785

Please sign in to comment.