mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #1709 from SchrodingersGat/python-ci-fixes
Fixes for python integration
This commit is contained in:
commit
37cbb6f6b8
8
.github/workflows/python.yaml
vendored
8
.github/workflows/python.yaml
vendored
@ -5,7 +5,11 @@ name: Python Bindings
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- master
|
||||||
|
|
||||||
|
pull_request:
|
||||||
|
branches-ignore:
|
||||||
|
- l10*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
@ -32,7 +36,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…
Reference in New Issue
Block a user