Skip to content

Commit

Permalink
entrypoint.sh: don't upgrade pip (#77)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Jun 28, 2024
1 parent ba299e9 commit de4f5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ apt-get update 2>&1
echo ::endgroup::

echo ::group::Install tools: pip
pip3 install -U pip vcstool colcon-common-extensions --break-system-packages
pip3 install -U vcstool colcon-common-extensions --break-system-packages
echo ::endgroup::

if [ -f "$SOURCE_DEPENDENCIES" ] || [ -f "$SOURCE_DEPENDENCIES_VERSIONED" ] ; then
Expand Down

0 comments on commit de4f5cb

Please sign in to comment.