mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove docstyle till that is fixed
This commit is contained in:
parent
4153882543
commit
899e5b49c8
15
.github/workflows/qc_checks.yaml
vendored
15
.github/workflows/qc_checks.yaml
vendored
@ -125,21 +125,6 @@ jobs:
|
|||||||
invoke check-server
|
invoke check-server
|
||||||
coverage run -m unittest discover -s test/
|
coverage run -m unittest discover -s test/
|
||||||
|
|
||||||
docstyle:
|
|
||||||
name: Style [Python Docstrings]
|
|
||||||
runs-on: ubuntu-20.04
|
|
||||||
|
|
||||||
needs: pre-commit
|
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Enviroment Setup
|
|
||||||
uses: matmair/inventree/.github/actions/setup@ci-updates
|
|
||||||
with:
|
|
||||||
install: true
|
|
||||||
- name: flake8
|
|
||||||
run: flake8 InvenTree
|
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
name: Tests - DB [SQLite] + Coverage
|
name: Tests - DB [SQLite] + Coverage
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
Loading…
Reference in New Issue
Block a user