Skip to content

Commit

Permalink
Update main.yml : Changes em to empy
Browse files Browse the repository at this point in the history
  • Loading branch information
aPR0T0 committed Aug 15, 2024
1 parent bbffbd1 commit 6ed9ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
package-name: ${{ matrix.test_apps }}
target-ros2-distro: ${{ matrix.ros_distribution }}
run: |
pip uninstall em && pip3 uninstall em
pip uninstall empy && pip3 uninstall empy
apt install python3-colcon-common-extensions
pip3 install catkin_pkg lark-parser colcon-common-extensions
rosdep install --from-paths src --ignore-src -y
Expand Down

0 comments on commit 6ed9ddc

Please sign in to comment.