Skip to content

Commit

Permalink
fix ci -- currently pointing to non-main branch in _utils (#167)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Anderson <[email protected]>
  • Loading branch information
andermi authored Sep 21, 2023
1 parent 7b1e71e commit c83a6ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ cp -r $GITHUB_WORKSPACE $COLCON_WS_SRC
wget https://raw.githubusercontent.com/osrf/mbari_wec/main/mbari_wec_all.yaml
vcs import --skip-existing < mbari_wec_all.yaml

cd mbari_wec_utils
git checkout andermi/latent_data
cd ..

rosdep init
rosdep update
rosdep install --from-paths ./ -i -y -r --rosdistro $ROS_DISTRO
Expand Down

0 comments on commit c83a6ab

Please sign in to comment.