Debugging...

This commit is contained in:
Layla 2020-10-04 23:29:56 +00:00 committed by GitHub
parent 98fee51abc
commit 9146f7a76e

View File

@ -19,6 +19,14 @@ source ./.venv/bin/activate
# Install requirements
pip install zappa
echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
echo " DEBUG"
echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
pwd
whoami
echo "WORKSPACE: ${GITHUB_WORKSPACE}"
pip install -r requirements.txt
{