From c34e8c3643e83548ca04a115669978f67ba1c78b Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 2 Dec 2025 06:47:29 +0000 Subject: [PATCH] Don't use custom branch for python checks --- .github/workflows/qc_checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index e55ed15623..043c335d87 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -312,7 +312,7 @@ jobs: dev-install: true update: true - name: Download Python Code For `${WRAPPER_NAME}` - run: git clone --depth 1 https://github.com/inventree/${WRAPPER_NAME} -b generic-parameters ./${WRAPPER_NAME} + run: git clone --depth 1 https://github.com/inventree/${WRAPPER_NAME} ./${WRAPPER_NAME} - name: Start InvenTree Server run: | invoke dev.delete-data -f