Skip to content

Commit

Permalink
Fix issue pylint "no module Django"
Browse files Browse the repository at this point in the history
  • Loading branch information
dvkruchinin committed Feb 24, 2021
1 parent cd3db10 commit 8c2fe89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
pip install -U pip wheel setuptools
pip install pylint-json2html
pip install $(egrep "pylint.*" ./cvat/requirements/development.txt)
pip install $(egrep "(d|D)jango.*" ./cvat/requirements/base.txt)
mkdir -p pylint_report
echo "Pylint version: "`pylint --version | head -1`
Expand Down

0 comments on commit 8c2fe89

Please sign in to comment.