Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bf9d239

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/hil.yml

Lines changed: 1 addition & 0 deletions
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 update && apt install -y -qq jq
99100
100101
- name: Run Tests
101102
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.