mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-13 23:23:09 +00:00
Removed the step for installing dependencies
This commit is contained in:
parent
fbc9b89e0d
commit
c988a6fbdc
1 changed files with 0 additions and 5 deletions
|
|
@ -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 a new issue