Update github action 'tests'
This commit is contained in:
parent
7eb7a6b194
commit
5c59515128
3
.github/workflows/pythonapp.yml
vendored
3
.github/workflows/pythonapp.yml
vendored
@ -24,6 +24,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install .
|
pip install .
|
||||||
|
- name: Install extras
|
||||||
|
run: |
|
||||||
|
pip install -r requirements.txt
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
run: |
|
run: |
|
||||||
pip install flake8
|
pip install flake8
|
||||||
|
Loading…
Reference in New Issue
Block a user