3 Commits

Author SHA1 Message Date
a1a4265936 Debugging... 2020-10-04 23:37:59 +00:00
34cc44be1a Debugging... 2020-10-04 23:33:31 +00:00
9146f7a76e Debugging... 2020-10-04 23:29:56 +00:00

View File

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