CI: force empty version 3.3.4

This commit is contained in:
Andrew Tridgell 2024-05-29 10:09:29 +10:00
parent 513974b429
commit 0461b21a23
2 changed files with 2 additions and 3 deletions

View File

@ -21,7 +21,7 @@ jobs:
HOME: ${{ runner.workspace }}/ardupilot
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 "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"
- name: Build SITL
env:

View File

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