mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +00:00
Fixes for python integration
This commit is contained in:
parent
e0301c56fb
commit
691888ec1e
11
.github/workflows/python.yaml
vendored
11
.github/workflows/python.yaml
vendored
@ -2,10 +2,11 @@
|
|||||||
|
|
||||||
name: Python Bindings
|
name: Python Bindings
|
||||||
|
|
||||||
on:
|
#on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- 'master'
|
# - 'master'
|
||||||
|
on: ["pull_request"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
@ -32,7 +33,7 @@ jobs:
|
|||||||
invoke migrate
|
invoke migrate
|
||||||
- name: Download Python Code
|
- name: Download Python Code
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://github.com/inventee/inventree-python ./inventree-python
|
git clone --depth 1 https://github.com/inventree/inventree-python ./inventree-python
|
||||||
- name: Start Server
|
- name: Start Server
|
||||||
run: |
|
run: |
|
||||||
invoke import-records -f ./inventree-python/test/test_data.json
|
invoke import-records -f ./inventree-python/test/test_data.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user