mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
.github: clamp empy to version 3
API and syntax hanges make 4 problematic
This commit is contained in:
parent
78505cf478
commit
340832521b
2
.github/workflows/cygwin_build.yml
vendored
2
.github/workflows/cygwin_build.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
shell: C:\cygwin\bin\bash.exe -eo pipefail '{0}'
|
shell: C:\cygwin\bin\bash.exe -eo pipefail '{0}'
|
||||||
run: >-
|
run: >-
|
||||||
ln -sf /usr/bin/python3.7 /usr/bin/python && ln -sf /usr/bin/pip3.7 /usr/bin/pip &&
|
ln -sf /usr/bin/python3.7 /usr/bin/python && ln -sf /usr/bin/pip3.7 /usr/bin/pip &&
|
||||||
python -m pip install --progress-bar off empy pexpect &&
|
python -m pip install --progress-bar off empy==3.3.4 pexpect &&
|
||||||
python -m pip install --progress-bar off dronecan --upgrade &&
|
python -m pip install --progress-bar off dronecan --upgrade &&
|
||||||
cp /usr/bin/ccache /usr/local/bin/ &&
|
cp /usr/bin/ccache /usr/local/bin/ &&
|
||||||
cd /usr/local/bin && ln -s ccache /usr/local/bin/gcc &&
|
cd /usr/local/bin && ln -s ccache /usr/local/bin/gcc &&
|
||||||
|
2
.github/workflows/esp32_build.yml
vendored
2
.github/workflows/esp32_build.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
./install.sh
|
./install.sh
|
||||||
source ./export.sh
|
source ./export.sh
|
||||||
cd ../..
|
cd ../..
|
||||||
python -m pip install --progress-bar off future lxml pymavlink MAVProxy pexpect flake8 geocoder empy dronecan
|
python -m pip install --progress-bar off future lxml pymavlink MAVProxy pexpect flake8 geocoder empy==3.3.4 dronecan
|
||||||
which cmake
|
which cmake
|
||||||
./waf configure --board ${{matrix.config}}
|
./waf configure --board ${{matrix.config}}
|
||||||
./waf plane
|
./waf plane
|
||||||
|
Loading…
Reference in New Issue
Block a user