mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
Use invoke instead of static references
This commit is contained in:
6
.github/workflows/qc_checks.yaml
vendored
6
.github/workflows/qc_checks.yaml
vendored
@ -39,10 +39,10 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ env.python_version }}
|
||||
cache: 'pip'
|
||||
- name: Install deps
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
pip install flake8==3.8.3
|
||||
pip install pep8-naming==0.11.1
|
||||
pip3 install invoke
|
||||
invoke install
|
||||
- name: flake8
|
||||
run: |
|
||||
flake8 InvenTree
|
||||
|
Reference in New Issue
Block a user