Skip to content

Commit d40d17e

Browse files
committed
Test pytest path changes
1 parent c4d3ad7 commit d40d17e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/hil.yml

+5
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ jobs:
8989
run: |
9090
pip install -U pip
9191
pip install -r tests/requirements.txt --extra-index-url https://dl.espressif.com/pypi
92+
git clone https://github.com/P-R-O-C-H-Y/pytest-embedded.git
93+
cd pytest-embedded
94+
git checkout feature/wokwi-scenario-support
95+
pip install -e pytest-embedded-wokwi
96+
cd ..
9297
sudo apt update && sudo apt install -y -qq jq
9398
9499
- name: Run Tests

0 commit comments

Comments
 (0)