We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0107545 commit 831eab6Copy full SHA for 831eab6
.github/workflows/hil.yml
@@ -89,7 +89,7 @@ jobs:
89
run: |
90
pip install -U pip
91
pip install -r tests/requirements.txt --extra-index-url https://dl.espressif.com/pypi
92
- sudo apt update && apt install -y -qq jq
+ sudo apt update && sudo apt install -y -qq jq
93
94
- name: Run Tests
95
env:
0 commit comments