Skip to content

Commit

Permalink
add '--ignore-installed' to other distribution.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
  • Loading branch information
fujitatomoya committed Dec 18, 2024
1 parent e0e7e40 commit 6d0d4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github_workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function install_prerequisites () {
if [ $UBUNTU_VERSION == "24.04" ]; then
pip install openai ollama validators --break-system-packages --ignore-installed
else
pip install openai ollama validators
pip install openai ollama validators --ignore-installed
fi
#apt install -y ros-${ROS_DISTRO}-desktop --no-install-recommends
cd $there
Expand Down

0 comments on commit 6d0d4de

Please sign in to comment.