Skip to content

Commit 6dbdd93

Browse files
committed
Tools: try to fix MacOS builds
1 parent 0bd4167 commit 6dbdd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/environment_install/install-prereqs-mac.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ if [[ $SKIP_AP_GRAPHIC_ENV -ne 1 ]]; then
172172
fi
173173

174174
$PIP install --upgrade pip
175-
$PIP install wheel
175+
$PIP install --force-reinstall wheel
176176
$PIP install $PYTHON_PKGS
177177

178178
echo "Adding ArduPilot Tools to environment"

0 commit comments

Comments
 (0)