Skip to content

Commit

Permalink
fix init
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanyiLi committed Oct 19, 2023
1 parent 6284d1c commit 38ca0b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,10 @@ jobs:
ls -al
pip install -e .
python -m metadrive.pull_asset
sudo rosdep update
sudo rosdep fix-permissions
rosdep init
rosdep update
cd bridges/ros_bridge
rosdep install --from-paths src --ignore-src -y
colcon build
Expand Down

0 comments on commit 38ca0b7

Please sign in to comment.