Added default value for dependency parameter

This commit is contained in:
2019-11-15 00:34:55 +01:00
parent e6bb938eaf
commit 421e07b203
3 changed files with 3 additions and 6 deletions

View File

@@ -24,10 +24,7 @@ pip install -q --upgrade pip
pip install -q autopep8
# Install custom project dependencies if applicable
if ! ["$INPUT_DEPENDENCIES" = "false"];
then
pip install -r $INPUT_DEPENDENCIES
fi
pip install -r $INPUT_DEPENDENCIES
# Apply PEP 8
echo "Running autopep8..."