Skip to content

Commit 1d4a117

Browse files
committed
ci: twister: Set PIP_ROOT_USER_ACTION=ignore
The Linux test job runs inside the Zephyr CI Docker image as root. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 06a824a commit 1d4a117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/twister.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jobs:
132132
CCACHE_REMOTE_ONLY: "true"
133133
# `--specs` is ignored because ccache is unable to resolve the toolchain specs file path.
134134
CCACHE_IGNOREOPTIONS: '-specs=* --specs=*'
135+
PIP_ROOT_USER_ACTION: ignore
135136

136137
steps:
137138
- name: Print cloud service information

0 commit comments

Comments
 (0)