2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-16 17:28:11 +00:00

Pull specific branch for python binding tests

This commit is contained in:
Oliver Walters
2025-12-01 11:09:03 +00:00
parent f7197c2c37
commit 242cf608c6

View File

@@ -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