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:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- master
|
||||
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- l10*
|
||||
|
||||
jobs:
|
||||
|
||||
@ -32,7 +36,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