mirror of
https://github.com/creyD/autopep8_action.git
synced 2026-04-12 19:40:28 +02:00
Removed dependencies parameter
This commit is contained in:
@@ -29,10 +29,6 @@ echo "Installing autopep8..."
|
||||
pip install -q --upgrade pip
|
||||
pip install -q autopep8
|
||||
|
||||
# Install custom project dependencies if applicable
|
||||
pip install -r $INPUT_DEPENDENCIES || echo "No dependency file found."
|
||||
|
||||
# Apply PEP 8
|
||||
echo "Running autopep8..."
|
||||
autopep8 -i -r $INPUT_CHECKPATH $INPUT_OPTIONS || echo "Problem running autopep8!"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user