From 2415c0ffbc0d3f85d5a47e66dbc88a84be88492b Mon Sep 17 00:00:00 2001 From: jpreiss Date: Wed, 5 Jun 2024 19:26:27 -0700 Subject: [PATCH] empy dep for ros CI --- .github/workflows/ci-ros.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-ros.yml b/.github/workflows/ci-ros.yml index ff3d9cbc7..773989f0b 100644 --- a/.github/workflows/ci-ros.yml +++ b/.github/workflows/ci-ros.yml @@ -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: |