Skip to content

Commit ff374b6

Browse files
committed
ci: coverity: install pip requirements
Signed-off-by: Sam Friedman <sam@golioth.io>
1 parent 3a5c47f commit ff374b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/coverity.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
- name: Install pip packages
2323
run: |
2424
uv pip install \
25-
-r zephyr/scripts/requirements-base.txt
25+
-r zephyr/scripts/requirements-base.txt \
26+
-r pouch-gateway/requirements.txt
2627
2728
uv pip install \
2829
cryptography==41.0.7 \

0 commit comments

Comments
 (0)