Skip to content

Commit

Permalink
Merge pull request #69 from djarecka/new_library_gen
Browse files Browse the repository at this point in the history
adding --no_inlined to the schema2model converter
  • Loading branch information
djarecka authored Aug 21, 2024
2 parents b9970ac + 7a51363 commit ab76a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_yaml_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab76a81

Please sign in to comment.