Skip to content

Commit 4d8a539

Browse files
authored
[CI] Add python3-venv to build tools installation (#18080)
So it will be available in the docker images. Required for UR workflows.
1 parent c310169 commit 4d8a539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devops/scripts/install_build_tools.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ apt update && apt install -yqq \
1010
python3-psutil \
1111
python-is-python3 \
1212
python3-pip \
13+
python3-venv \
1314
ocl-icd-opencl-dev \
1415
vim \
1516
libffi-dev \

0 commit comments

Comments
 (0)