Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ endif

ifeq (${platform},Darwin)
install-python-dependencies:
sudo -H pip install --upgrade ${pydeps}
sudo -H pip3 install --upgrade ${pydeps}
else
install-python-dependencies:
pip install --upgrade pyyaml boto3
pip3 install --upgrade pyyaml boto3
endif

install-tools: $(tools)
Expand Down