mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Use invoke instead of static references
This commit is contained in:
parent
d3011e8127
commit
e5f6fcf6bd
6
.github/workflows/qc_checks.yaml
vendored
6
.github/workflows/qc_checks.yaml
vendored
@ -39,10 +39,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ env.python_version }}
|
python-version: ${{ env.python_version }}
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
- name: Install deps
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install flake8==3.8.3
|
pip3 install invoke
|
||||||
pip install pep8-naming==0.11.1
|
invoke install
|
||||||
- name: flake8
|
- name: flake8
|
||||||
run: |
|
run: |
|
||||||
flake8 InvenTree
|
flake8 InvenTree
|
||||||
|
Loading…
Reference in New Issue
Block a user