Add schema to required modules

This commit is contained in:
Marc Di Luzio 2024-08-10 16:35:52 +01:00
parent db90a22efe
commit b05f0be71f

View file

@ -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')