add toml to ci

This commit is contained in:
Arash Hatami 2023-04-17 16:25:31 +03:30
parent b91c0ed751
commit ea89731ec4
No known key found for this signature in database
GPG Key ID: D3D9E8CB2E49731F

View File

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