We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ddf917 commit e516f4aCopy full SHA for e516f4a
2 files changed
.github/build_test.sh
@@ -3,7 +3,7 @@ set -e
3
set -o pipefail
4
5
whoami | groups
6
-sudo chmod -R 777 /github/home/
+sudo chmod -R 777 /github/
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
~/.local/bin/pyinstaller -F hello_world.py
0 commit comments