Skip to content

Commit 2c63f07

Browse files
committed
Persist Python path
1 parent 78155de commit 2c63f07

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cli-setup-python.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ git clone --depth 1 --branch $REPO_BRANCH https://github.com/openTdataCH/showcas
1414
# git -C external log -1 --pretty='format:%h %ad %s' --date=iso
1515

1616
# STEP 2 - install Python
17+
1718
python3 -m venv $DIR/.venv
19+
echo "$DIR/.venv/bin" >> $GITHUB_PATH # for future runs
1820
source $DIR/.venv/bin/activate
21+
1922
python3 -m pip install --upgrade pip
2023
python3 -m pip install --requirement $REPO_PATH/requirements.txt
21-
which python3

0 commit comments

Comments
 (0)