We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78155de commit 2c63f07Copy full SHA for 2c63f07
1 file changed
cli-setup-python.sh
@@ -14,8 +14,10 @@ git clone --depth 1 --branch $REPO_BRANCH https://github.com/openTdataCH/showcas
14
# git -C external log -1 --pretty='format:%h %ad %s' --date=iso
15
16
# STEP 2 - install Python
17
+
18
python3 -m venv $DIR/.venv
19
+echo "$DIR/.venv/bin" >> $GITHUB_PATH # for future runs
20
source $DIR/.venv/bin/activate
21
22
python3 -m pip install --upgrade pip
23
python3 -m pip install --requirement $REPO_PATH/requirements.txt
-which python3
0 commit comments