Skip to content

Commit

Permalink
Drop python3 install from MacOS build (runner comes with it included)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Jun 17, 2024
1 parent f0c505d commit e90c265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if [[ -z ${OSC_SKIP_BREW:+x} ]]; then
brew install wget

# osc: docs dependencies
[[ ! -z ${OSC_BUILD_DOCS:+z} ]] && brew install python3
# [[ ! -z ${OSC_BUILD_DOCS:+z} ]] && brew install python3 # probably unnecessary: most MacOS nodes will have python support
[[ ! -z ${OSC_BUILD_DOCS:+z} ]] && pip3 install --user wheel
[[ ! -z ${OSC_BUILD_DOCS:+z} ]] && pip3 install --user -r docs/requirements.txt

Expand Down

0 comments on commit e90c265

Please sign in to comment.