mirror of
https://github.com/inventree/demo-dataset.git
synced 2025-12-17 01:48:00 +00:00
Virtual parts (#97)
* Remove "virtual" attribute from some parts * Add a virtual part, and a sales order * Bump python version for CI * bump again * Remove shipment * Remove pluginusersetting
This commit is contained in:
4
.github/workflows/import_data.yaml
vendored
4
.github/workflows/import_data.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.11
|
||||||
- name: Install InvenTree
|
- name: Install InvenTree
|
||||||
run: |
|
run: |
|
||||||
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++
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.11
|
||||||
- name: Install InvenTree
|
- name: Install InvenTree
|
||||||
run: |
|
run: |
|
||||||
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++
|
||||||
|
|||||||
3642
inventree_data.json
3642
inventree_data.json
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user