Add schema to required modules
This commit is contained in:
parent
db90a22efe
commit
b05f0be71f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install flake8 discord pytest
|
||||
pip install flake8 discord pytest schema
|
||||
- name: Analysing the code with flake8
|
||||
run: |
|
||||
flake8 --max-line-length 120 $(git ls-files '*.py')
|
||||
|
|
Loading…
Add table
Reference in a new issue