Skip to content

Commit

Permalink
Temporary fix for mac pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHaefele committed Apr 10, 2024
1 parent 61c6ef6 commit 5703966
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Darwin*)
brew update
echo "Installing dependencies."
brew install python3 bison flex -v -f 2>&1
sudo pip3 install tornado
sudo pip3 install --user nose
sudo pip3 install pytest --upgrade --ignore-installed six
sudo pip3 install pyyaml
sudo pip3 install --break-system-packages tornado
sudo pip3 install --break-system-packages --user nose
sudo pip3 install --break-system-packages pytest --upgrade --ignore-installed six
sudo pip3 install --break-system-packages pyyaml
;;
*)
echo "Unknown or currently unsupported os: ${unameOut}"
Expand Down

0 comments on commit 5703966

Please sign in to comment.