Skip to content

Commit

Permalink
Tools: remove curl from installation as its not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator authored and peterbarker committed Oct 15, 2024
1 parent 81768b2 commit 8d3dbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/environment_install/install-prereqs-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete

# brew update randomly failing on CI, so ignore errors:
brew update
brew install --force --overwrite gawk curl coreutils wget
brew install --force --overwrite gawk coreutils wget

PIP=pip
if maybe_prompt_user "Install python using pyenv [N/y]?" ; then
Expand Down

0 comments on commit 8d3dbd7

Please sign in to comment.