From 242cf608c6937d5c83728fdd2cfd1006a63f3c1b Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 1 Dec 2025 11:09:03 +0000 Subject: [PATCH] Pull specific branch for python binding tests --- .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 043c335d87..e55ed15623 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} ./${WRAPPER_NAME} + run: git clone --depth 1 https://github.com/inventree/${WRAPPER_NAME} -b generic-parameters ./${WRAPPER_NAME} - name: Start InvenTree Server run: | invoke dev.delete-data -f