mirror of
https://github.com/creyD/autopep8_action.git
synced 2026-04-12 19:40:28 +02:00
Minor Cleanup
This commit is contained in:
@@ -25,9 +25,8 @@ _git_changed() {
|
||||
[[ -n "$(git status -s)" ]]
|
||||
}
|
||||
|
||||
echo "Installing dependencies..."
|
||||
echo "Installing autopep8..."
|
||||
pip install -q --upgrade pip
|
||||
# Install dependencies
|
||||
pip install -q autopep8
|
||||
|
||||
# Install custom project dependencies if applicable
|
||||
|
||||
Reference in New Issue
Block a user