mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +03:00
Removed the step for installing dependencies
This commit is contained in:
parent
fbc9b89e0d
commit
c988a6fbdc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user