Skip to content

Commit c6f6dbc

Browse files
committed
pip
Signed-off-by: Anas Nashif <[email protected]>
1 parent 26e6090 commit c6f6dbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codecov.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
- name: Build Doxygen Coverage
118118
if: matrix.platform == 'unit_testing'
119119
run: |
120+
pip install -r doc/requirements.txt --require-hashes
120121
sudo apt-get update
121122
sudo apt-get install -y graphviz # dot is needed but currently missing from the Docker image
122123
cmake -B doc/_build -S doc

0 commit comments

Comments
 (0)