Skip to content

Commit

Permalink
tc
Browse files Browse the repository at this point in the history
  • Loading branch information
clee2000 committed Nov 5, 2024
1 parent 0a1179b commit 3bba8b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/docker/common/install_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ as_ci_user() {
# works around https://github.com/conda/conda-package-handling/pull/34
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" $*
}
mkdir -p /opt/venv
chown ci-user:ci-user /opt/venv
as_ci_user python3.10 -m venv /opt/venv/tutorials
as_ci_user source /opt/venv/tutorials/bin/activate
Expand Down

0 comments on commit 3bba8b7

Please sign in to comment.