Skip to content

Commit 3bba8b7

Browse files
committed
tc
1 parent 0a1179b commit 3bba8b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/docker/common/install_python.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ as_ci_user() {
1010
# works around https://github.com/conda/conda-package-handling/pull/34
1111
sudo -E -H -u ci-user env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env "PATH=$PATH" "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" $*
1212
}
13+
mkdir -p /opt/venv
1314
chown ci-user:ci-user /opt/venv
1415
as_ci_user python3.10 -m venv /opt/venv/tutorials
1516
as_ci_user source /opt/venv/tutorials/bin/activate

0 commit comments

Comments
 (0)