mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-16 17:28:11 +00:00
Don't use custom branch for python checks
This commit is contained in:
2
.github/workflows/qc_checks.yaml
vendored
2
.github/workflows/qc_checks.yaml
vendored
@@ -312,7 +312,7 @@ jobs:
|
|||||||
dev-install: true
|
dev-install: true
|
||||||
update: true
|
update: true
|
||||||
- name: Download Python Code For `${WRAPPER_NAME}`
|
- 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
|
- name: Start InvenTree Server
|
||||||
run: |
|
run: |
|
||||||
invoke dev.delete-data -f
|
invoke dev.delete-data -f
|
||||||
|
|||||||
Reference in New Issue
Block a user