File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,11 @@ jobs:
95
95
~/.cache/pip
96
96
key : ${{ steps.get-qemu-version.outputs.release }}-${{ hashFiles('.github/workflows/hil.yml') }}
97
97
98
- - name : Install python dependencies
98
+ - name : Install dependencies
99
99
run : |
100
100
pip install -U pip
101
101
pip install -r tests/requirements.txt --extra-index-url https://dl.espressif.com/pypi
102
+ sudo apt update && sudo apt install libglib2.0-dev libfdt-dev libpixman-1-dev zlib1g-dev libgcrypt-devel
102
103
103
104
- name : Download QEMU
104
105
if : steps.cache-linux.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 1
1
cryptography >= 2.1.4
2
2
--only-binary cryptography
3
3
pytest-cov
4
- pytest-embedded-serial-esp >= 1.3.4
5
- pytest-embedded-arduino >= 1.3.4
6
- pytest-embedded-qemu >= 1.3.4
4
+ pytest-embedded-serial-esp >= 1.10.1
5
+ pytest-embedded-arduino >= 1.10.1
6
+ pytest-embedded-qemu >= 1.10.1
You can’t perform that action at this time.
0 commit comments