Update python-app.yml
This commit is contained in:
parent
fe3b79e738
commit
452d3f6fa7
4
.github/workflows/python-app.yml
vendored
4
.github/workflows/python-app.yml
vendored
@ -25,6 +25,10 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -r dev-requirements.txt
|
pip install -r dev-requirements.txt
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
|
ls
|
||||||
|
where
|
||||||
- name: Lint with pylint
|
- name: Lint with pylint
|
||||||
run: |
|
run: |
|
||||||
pip install pylint_runner
|
pip install pylint_runner
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user