Skip to content

Commit 071d616

Browse files
kartbenfabiobaltieri
authored andcommitted
.github: workflows: bsim-tests: install python packages
A bit confused as to how this worked before, maybe the docker image had pykwalify pre-installed or something, but we do need python dependencies properly installed to run CI - here this commit is specifically fixing an issue with jsonschema not being found. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent ae0e5b1 commit 071d616

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/bsim-tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ jobs:
9797
9898
echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
9999
100+
- name: Install Python packages
101+
run: |
102+
pip install -r scripts/requirements-actions.txt --require-hashes
103+
100104
- name: Check common triggering files
101105
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
102106
id: check-common-files

0 commit comments

Comments
 (0)