pylint fix
fixed pylint to install python_dotenv instead of dotenv
This commit is contained in:
parent
1044a1719e
commit
247c94852f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pylint.yml
vendored
1
.github/workflows/pylint.yml
vendored
|
@ -19,6 +19,7 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install pylint
|
||||
pip install revolt.py
|
||||
pip install python-dotenv
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
pylint $(git ls-files '*.py')
|
||||
|
|
Loading…
Reference in a new issue