We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a68a6 commit bf9d239Copy full SHA for bf9d239
.github/workflows/hil.yml
@@ -96,6 +96,7 @@ jobs:
96
run: |
97
pip install -U pip
98
pip install -r tests/requirements.txt
99
+ apt update && apt install -y -qq jq
100
101
- name: Run Tests
102
0 commit comments