Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Remove excessive pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Apr 28, 2020
1 parent 43edc35 commit c75eb4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .drone.yml
Expand Up @@ -5,7 +5,6 @@ steps:
- name: pylint
image: python:3.8
commands:
- pip install pylint
- pip install -r requirements.txt
- pylint --rcfile .pylintrc project_amber project_amber/handlers project_amber/controllers project_amber/models
when:
Expand Down

0 comments on commit c75eb4c

Please sign in to comment.