Skip to content

Commit b8e446b

Browse files
kartbenfabiobaltieri
authored andcommitted
.github: workflows: clang: install python packages
Always install current python dependencies required for CI as part of setting up the workflow, since the ones pulled in the docker image may be out of date. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 071d616 commit b8e446b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/clang.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ jobs:
8686
gcc --version
8787
ls -la
8888
89+
- name: Install Python packages
90+
run: |
91+
pip install -r scripts/requirements-actions.txt --require-hashes
92+
8993
- name: Set up ccache
9094
run: |
9195
mkdir -p ${CCACHE_DIR}

0 commit comments

Comments
 (0)