mirror of
https://github.com/inventree/demo-dataset.git
synced 2025-04-28 13:36:52 +00:00
Cleanup
This commit is contained in:
parent
c33548053c
commit
480862600b
4
.github/workflows/import_data.yaml
vendored
4
.github/workflows/import_data.yaml
vendored
@ -25,11 +25,11 @@ jobs:
|
|||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install InvenTree
|
- name: Install InvenTree
|
||||||
run: |
|
run: |
|
||||||
pwd
|
|
||||||
sudo apt-get install python3-dev python3-pip python3-venv python3-wheel g++
|
sudo apt-get install python3-dev python3-pip python3-venv python3-wheel g++
|
||||||
pip3 install invoke
|
pip3 install invoke
|
||||||
git clone --depth 1 https://github.com/inventree/inventree inventree
|
git clone --depth 1 https://github.com/inventree/inventree inventree
|
||||||
cd inventree
|
cd inventree
|
||||||
invoke install
|
invoke install
|
||||||
|
- name: Import Database Records
|
||||||
|
cd inventree
|
||||||
invoke import-records -f $GITHUB_WORKSPACE/inventree_data.json
|
invoke import-records -f $GITHUB_WORKSPACE/inventree_data.json
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user