Use the pip requirements.txt in the github runner

This commit is contained in:
Marc Di Luzio 2024-08-11 10:31:34 +01:00
parent d50e2d6411
commit 7622521347

View file

@ -19,7 +19,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install flake8 discord pytest schema python -m pip install -r requirements.txt
- name: Analysing the code with flake8 - name: Analysing the code with flake8
run: | run: |
flake8 --max-line-length 120 $(git ls-files '*.py') flake8 --max-line-length 120 $(git ls-files '*.py')