Skip to content

Commit

Permalink
CI: force empty version 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed May 29, 2024
1 parent 7147b02 commit a32c563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions Tools/scripts/configure-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a32c563

Please sign in to comment.