Skip to content

Commit

Permalink
Update ROS 2 setup and dependency installation in manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Icyadam14 committed Oct 10, 2024
1 parent 1a1d34c commit 681738d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:

# Set up ROS 2 (Jazzy)
- name: Set up ROS 2
uses: ros-tooling/setup-ros2@main
uses: ros-tooling/setup-[email protected]
with:
ros-distro: jazzy

# Install dependencies from requirements.txt
- name: Install dependencies
run: |
sudo apt-get -y update
sudo apt-get 0y install python3-pip
sudo apt-get -y install python3-pip
pip3 install -r requirements.txt
# Success message
Expand Down

0 comments on commit 681738d

Please sign in to comment.