From 899e5b49c8ba9bf6ba811bd58b9a2daa02fab674 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 28 May 2022 00:24:55 +0200 Subject: [PATCH] remove docstyle till that is fixed --- .github/workflows/qc_checks.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 0bbff6add1..e56b038a50 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -125,21 +125,6 @@ jobs: invoke check-server 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: name: Tests - DB [SQLite] + Coverage runs-on: ubuntu-20.04