Splitting toml files and CI for better overview and more parallelism.
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
requested review from @he66coqe
assigned to @kohl
16 17 source .venv/bin/activate 17 18 python -m pip install -r requirements.txt 18 19 19 python generate.py -o ../operators ../operators.toml 20 python generate.py -o ../operators ../operators-<operator-group>.toml 21 22 # To generate all operators you have to run the script with all toml files. changed this line in version 2 of the diff