diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a30803b..bbd8c9c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -47,7 +47,7 @@ jobs: sudo apt install python3-rosdep python3-rosinstall python3-rosinstall-generator python3-wstool build-essential -y sudo apt install python3-catkin-tools python3-rosinstall-generator python3-osrf-pycommon -y sudo apt-get install ros-$ROS_DISTRO-rqt ros-$ROS_DISTRO-rqt-common-plugins -y - pip install scipy -y + pip install scipy - name: Create new workspace run: |