Skip to content

Commit

Permalink
Attempt pip fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar committed Jan 14, 2025
1 parent 4fadf86 commit c79b0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/bin/test.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ cromwell::private::pip_install() {

cromwell::private::upgrade_pip() {
sudo apt-get install -y python3-pip
cromwell::private::pip_install pip --upgrade
cromwell::private::pip_install pip --upgrade --user pip
cromwell::private::pip_install requests[security] --ignore-installed
}

Expand Down

0 comments on commit c79b0e8

Please sign in to comment.