Skip to content

Commit c9393b7

Browse files
committed
Test
1 parent 084f2d1 commit c9393b7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/hil.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,11 @@ jobs:
9595
~/.cache/pip
9696
key: ${{ steps.get-qemu-version.outputs.release }}-${{ hashFiles('.github/workflows/hil.yml') }}
9797

98-
- name: Install python dependencies
98+
- name: Install dependencies
9999
run: |
100100
pip install -U pip
101101
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
102103
103104
- name: Download QEMU
104105
if: steps.cache-linux.outputs.cache-hit != 'true'

tests/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cryptography>=2.1.4
22
--only-binary cryptography
33
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

0 commit comments

Comments
 (0)