We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae1f76 commit f2c8af1Copy full SHA for f2c8af1
2 files changed
.github/build_test.sh
@@ -4,5 +4,6 @@ set -o pipefail
4
5
whoami | groups
6
sudo chmod -R 777 /github/home/
7
+pip install --user --upgrade pip==18.0
8
pip install --user --no-cache-dir -r requirements.txt
9
python test_hello_world.py
.github/deploy.sh
@@ -4,6 +4,7 @@ set -o pipefail
~/.local/bin/pyinstaller -F hello_world.py
10
export TAG=${GITHUB_SHA}
0 commit comments