mirror of https://github.com/ArduPilot/ardupilot
CI: force empty version 3.3.4
This commit is contained in:
parent
513974b429
commit
0461b21a23
|
@ -21,7 +21,7 @@ jobs:
|
||||||
HOME: ${{ runner.workspace }}/ardupilot
|
HOME: ${{ runner.workspace }}/ardupilot
|
||||||
run: |
|
run: |
|
||||||
bash --login -c "ln -sf /usr/bin/python3.7 /usr/bin/python && ln -sf /usr/bin/pip3.7 /usr/bin/pip"
|
bash --login -c "ln -sf /usr/bin/python3.7 /usr/bin/python && ln -sf /usr/bin/pip3.7 /usr/bin/pip"
|
||||||
bash --login -c "python -m pip install empy pexpect"
|
bash --login -c "python -m pip install empy==3.3.4 pexpect"
|
||||||
bash --login -c "python -m pip install dronecan --upgrade"
|
bash --login -c "python -m pip install dronecan --upgrade"
|
||||||
- name: Build SITL
|
- name: Build SITL
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -101,5 +101,4 @@ python -m pip install --user -U argparse pyserial pexpect future lxml
|
||||||
python -m pip install --user -U intelhex
|
python -m pip install --user -U intelhex
|
||||||
python -m pip install --user -U numpy
|
python -m pip install --user -U numpy
|
||||||
python -m pip install --user -U edn_format
|
python -m pip install --user -U edn_format
|
||||||
python -m pip install --user -U empy
|
python -m pip install --user -U empy==3.3.4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue