setup: attempt to fix macOS CI

Somehow the wheel install of pymavlink fails without future, let's try
to work around that.
This commit is contained in:
Julian Oes 2022-09-06 16:40:27 +12:00
parent 8f0c2f4146
commit 5ece24cdc4
1 changed files with 2 additions and 0 deletions

View File

@ -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: