Skip to content

Commit 8faaff3

Browse files
committed
action deps
Signed-off-by: Anas Nashif <[email protected]>
1 parent cf045dc commit 8faaff3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,6 +1510,8 @@ jobs:
15101510
# if running inside a virtual environment; otherwise, it is assumed
15111511
# that the host already provides all the required dependencies.
15121512
pip3 install -r ${ZEPHYR_ROOT}/scripts/requirements.txt
1513+
else
1514+
pip3 install -r ${ZEPHYR_ROOT}/scripts/requirements-actions.txt --require-hashes
15131515
fi
15141516
15151517
- name: Run test suites

0 commit comments

Comments
 (0)