Skip to content

Commit

Permalink
removed continue flag from pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Arief-AK committed May 18, 2024
1 parent d03881f commit 1aadf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1aadf17

Please sign in to comment.