Skip to content

Commit

Permalink
Updated ros-tooling/setup-ros to the latest version (#1063)
Browse files Browse the repository at this point in the history
* updated ros-tooling to the latest version

* Update ci.yaml

* setup ROS

* Update ci.yaml

* Remove humble and unused command

* remove trailing zero

* update pip to pip3?

---------

Co-authored-by: Cameron Brown <me@cbrxyz.com>
  • Loading branch information
nnethaji and cbrxyz authored Aug 29, 2023
1 parent eabe354 commit 1562ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
submodules: recursive
path: catkin_ws/src/mil
- name: Setup ROS Noetic
uses: ros-tooling/setup-ros@v0.3
uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: noetic
- name: Install pip dependencies
run: |
cd $GITHUB_WORKSPACE/catkin_ws/src/mil
pip install -r requirements.txt
pip3 install -r requirements.txt
# We want to run a full test suite in CI - this includes the BlueView
# tests!
- name: Install BlueView Sonar SDK
Expand Down

0 comments on commit 1562ae9

Please sign in to comment.