Skip to content

Commit

Permalink
Merge pull request #114 from linkml/exporting-without-tsv-templ
Browse files Browse the repository at this point in the history
infer some descriptor_rows from table_config
  • Loading branch information
turbomam authored Jul 17, 2023
2 parents f3323b9 + 7c428f4 commit 52c2baa
Show file tree
Hide file tree
Showing 6 changed files with 508 additions and 13 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,9 @@ jobs:
path: htmlcov
# Use always() to always run this step to publish test results when there are test failures
if: ${{ always() }}

#----------------------------------------------
# test generate-populate via `make scripts-all`
#----------------------------------------------
- name: generate-populate via make scripts-all
run: make scripts-all
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,5 @@ docker-publish: docker-build

docker-run:
@docker run -v $(PWD):/work -w /work -ti $(IM):$(VERSION)

include scripts.makefile
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ build-backend = "poetry.core.masonry.api"
sheets2linkml = "schemasheets.schemamaker:convert"
linkml2sheets = "schemasheets.schema_exporter:export_schema"
sheets2project = "schemasheets.sheets_to_project:multigen"

linkml2schemasheets-template = 'schemasheets.generate_populate:cli'
Loading

0 comments on commit 52c2baa

Please sign in to comment.