mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
on: ["pull_request"]
|
||||
|
||||
jobs:
|
||||
|
||||
@ -32,7 +33,7 @@ jobs:
|
||||
invoke migrate
|
||||
- name: Download Python Code
|
||||
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
|
||||
run: |
|
||||
invoke import-records -f ./inventree-python/test/test_data.json
|
||||
|
Loading…
Reference in New Issue
Block a user