Update pylint.yml

This commit is contained in:
Arash Hatami 2022-09-25 13:15:35 +03:30
parent 364064e27d
commit 98000bbd6d
No known key found for this signature in database
GPG Key ID: D3D9E8CB2E49731F
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install pylint python-environ
- name: Analyzing the code with pylint
run: |