Skip to content

Commit 06c8c99

Browse files
committed
Try to fix build script for OSX
1 parent 0e0bbe7 commit 06c8c99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUST_CHANNEL=nightly
5858
# use the oldest supported one
5959
if [[ $1 == "osx" ]]; then
6060
brew update
61-
brew install python mmv
61+
brew install mmv
6262
pip install -U pip setuptools wheel
6363
install_rust $RUST_CHANNEL
6464
pip wheel . -w ./wheelhouse

0 commit comments

Comments
 (0)