Skip to content

Commit 577e88b

Browse files
committed
workflows/hil.yml: Install the jq program on the docker image.
Signed-off-by: Abdelatif Guettouche <[email protected]>
1 parent 71a68a6 commit 577e88b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/hil.yml

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
run: |
9797
pip install -U pip
9898
pip install -r tests/requirements.txt
99+
apt-get install -y -qq jq
99100
100101
- name: Run Tests
101102
run: |

0 commit comments

Comments
 (0)