From 7a5136334c26e435d153ed631eb3026900b4058b Mon Sep 17 00:00:00 2001 From: Dorota Jarecka Date: Tue, 20 Aug 2024 20:28:29 -0400 Subject: [PATCH] adding --no_inlined to the schema2model converter --- .github/workflows/generate_yaml_model.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_yaml_model.yaml b/.github/workflows/generate_yaml_model.yaml index 5ac09909..07445b81 100644 --- a/.github/workflows/generate_yaml_model.yaml +++ b/.github/workflows/generate_yaml_model.yaml @@ -36,7 +36,7 @@ jobs: - name: Generate yaml model run: | cd linkml-schema - bkbit schema2model -o library_generation.yaml --template source_library_generation/classes_base.yaml --gsheet --gsheet-download-dir source_library_generation/gsheet_output source_library_generation/gsheet.yaml + bkbit schema2model -o library_generation.yaml --template source_library_generation/classes_base.yaml --gsheet --gsheet-download-dir source_library_generation/gsheet_output source_library_generation/gsheet.yaml --no-inlined cd .. - name: Adding other model representations to git