Skip to content

Commit f2c8af1

Browse files
committed
checkin new files
1 parent 2ae1f76 commit f2c8af1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/build_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ set -o pipefail
44

55
whoami | groups
66
sudo chmod -R 777 /github/home/
7+
pip install --user --upgrade pip==18.0
78
pip install --user --no-cache-dir -r requirements.txt
89
python test_hello_world.py

.github/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -o pipefail
44

55
whoami | groups
66
sudo chmod -R 777 /github/home/
7+
pip install --user --upgrade pip==18.0
78
pip install --user --no-cache-dir -r requirements.txt
89
~/.local/bin/pyinstaller -F hello_world.py
910
export TAG=${GITHUB_SHA}

0 commit comments

Comments
 (0)