Use the pip requirements.txt in the github runner
This commit is contained in:
parent
d50e2d6411
commit
7622521347
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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')
|
||||||
|
|
Loading…
Add table
Reference in a new issue