Removed the step for installing dependencies

This commit is contained in:
Arnav Choudhury 2021-02-23 19:20:17 +05:30
parent fbc9b89e0d
commit c988a6fbdc

View File

@ -28,11 +28,6 @@ jobs:
with:
python-version: 3.8
- name: Install flake8, flake8-isort, and black
run: |
python -m pip install --upgrade pip
pip install flake8 flake8-isort black
# Run all pre-commit hooks on all the files.
# Getting only staged files can be tricky in case a new PR is opened
# since the action is run on a branch in detached head state