We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bba8b7 commit 225a38bCopy full SHA for 225a38b
.ci/docker/common/install_python.sh
@@ -13,6 +13,6 @@ as_ci_user() {
13
mkdir -p /opt/venv
14
chown ci-user:ci-user /opt/venv
15
as_ci_user python3.10 -m venv /opt/venv/tutorials
16
-as_ci_user source /opt/venv/tutorials/bin/activate
+as_ci_user bash source /opt/venv/tutorials/bin/activate
17
as_ci_user pip install --upgrade pip
18
as_ci_user pip install -r ./requirements.txt
0 commit comments