Skip to content

Commit

Permalink
empy dep for ros CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jpreiss committed Jun 6, 2024
1 parent 7092943 commit 2415c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sudo apt install -y ros-${{ matrix.ros }}-tf ros-${{ matrix.ros }}-tf-conversions ros-${{ matrix.ros }}-joy
sudo apt install -y libpcl-dev libusb-1.0-0-dev
sudo apt install -y swig lib${{ matrix.pyVer }}-dev ${{ matrix.pyVer }}-pip
${{ matrix.pyVer }} -m pip install pytest numpy PyYAML scipy
${{ matrix.pyVer }} -m pip install pytest numpy PyYAML scipy empy
- name: Build
run: |
Expand Down

0 comments on commit 2415c0f

Please sign in to comment.