Skip to content

Commit f59aa94

Browse files
committed
[GitHub][docker] Add python3 venv package to CI container
1 parent 08c057e commit f59aa94

File tree

1 file changed

+1
-0
lines changed
  • .github/workflows/containers/github-action-ci

1 file changed

+1
-0
lines changed

.github/workflows/containers/github-action-ci/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ RUN apt-get update && \
6262
# Having a symlink from python to python3 enables code sharing between
6363
# the Linux and Windows pipelines.
6464
python3-pip \
65+
python3-venv \
6566
file \
6667
tzdata \
6768
python-is-python3 && \

0 commit comments

Comments
 (0)