We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52018ad commit 27e8c11Copy full SHA for 27e8c11
1 file changed
.github/build_test.sh
@@ -2,6 +2,7 @@
2
set -e
3
set -o pipefail
4
5
-whoami
+whoami | groups
6
+sudo chmod -R 777 /github/home/
7
pip install --user --no-cache-dir -r requirements.txt
8
python test_hello_world.py
0 commit comments