Pull specific branch for python binding tests
This commit is contained in:
parent
f7197c2c37
commit
242cf608c6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue