We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d3ad7 commit d40d17eCopy full SHA for d40d17e
.github/workflows/hil.yml
@@ -89,6 +89,11 @@ jobs:
89
run: |
90
pip install -U pip
91
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 ..
97
sudo apt update && sudo apt install -y -qq jq
98
99
- name: Run Tests
0 commit comments