From 5ece24cdc497d24932257f0acf2c4e8e9841cdc7 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Tue, 6 Sep 2022 16:40:27 +1200 Subject: [PATCH] setup: attempt to fix macOS CI Somehow the wheel install of pymavlink fails without future, let's try to work around that. --- Tools/setup/macos.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools/setup/macos.sh b/Tools/setup/macos.sh index 5133b66af0..f2c64483be 100755 --- a/Tools/setup/macos.sh +++ b/Tools/setup/macos.sh @@ -47,6 +47,8 @@ fi # Python dependencies echo "Installing PX4 Python3 dependencies" +# We need to have future to install pymavlink later. +python3 -m pip install future python3 -m pip install --user -r ${DIR}/requirements.txt # Optional, but recommended additional simulation tools: