mirror of
https://github.com/inventree/demo-dataset.git
synced 2025-04-27 21:16:50 +00:00
Merge pull request #21 from inventree/child-builds
Add some child build orders
This commit is contained in:
commit
26ebf7d1e5
7
.github/workflows/import_data.yaml
vendored
7
.github/workflows/import_data.yaml
vendored
@ -5,11 +5,6 @@ on: ["push", "pull_request"]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
python-version: [3.7]
|
||||
|
||||
env:
|
||||
INVENTREE_DB_ENGINE: sqlite3
|
||||
@ -22,7 +17,7 @@ jobs:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
python-version: 3.9
|
||||
- name: Install InvenTree
|
||||
run: |
|
||||
sudo apt-get install python3-dev python3-pip python3-venv python3-wheel g++
|
||||
|
2251
inventree_data.json
2251
inventree_data.json
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user