We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf045dc commit 8faaff3Copy full SHA for 8faaff3
.github/workflows/ci.yml
@@ -1510,6 +1510,8 @@ jobs:
1510
# if running inside a virtual environment; otherwise, it is assumed
1511
# that the host already provides all the required dependencies.
1512
pip3 install -r ${ZEPHYR_ROOT}/scripts/requirements.txt
1513
+ else
1514
+ pip3 install -r ${ZEPHYR_ROOT}/scripts/requirements-actions.txt --require-hashes
1515
fi
1516
1517
- name: Run test suites
0 commit comments