Skip to content

Commit e3e8441

Browse files
committed
fix: remove package installation check from ROS CI workflow
1 parent e4ca393 commit e3e8441

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ros-ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,3 @@ jobs:
7676
import-token: ${{ github.token }}
7777
target-ros2-distro: ${{ matrix.ros_distribution }}
7878
skip-tests: true
79-
- name: check package is installed
80-
if: ${{ matrix.ros_version == 2 }}
81-
shell: bash
82-
run: |
83-
source install/setup.bash
84-
ros2 pkg executables livox_ros_driver2

0 commit comments

Comments
 (0)