Skip to content

Commit

Permalink
codacy_changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zaid3727 committed Jul 2, 2024
1 parent 30ee6cf commit 697108b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/codacy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,21 @@ jobs:
python-version: "3.x"
cache: "pip"

- name: Install dependencies and coverage
- name: Install ROS dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3-rosdep
rosdep update
rosdep install --from-paths src --ignore-src -r -y
- name: Install rclpy
run: |
python -m pip install rclpy
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install coverage
- name: Debug PATH
run: echo $PATH
Expand Down

0 comments on commit 697108b

Please sign in to comment.