Skip to content

Commit

Permalink
Merge pull request #517 from djarecka/ga_rel_generate
Browse files Browse the repository at this point in the history
changing context in ga
  • Loading branch information
djarecka authored Jun 18, 2024
2 parents 097a4cd + 4f02a0b commit 0d35c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
pre-commit run --files reproschema_model.py || true
- name: Generate jsonld format using linkml
run: |
gen-jsonld --context contexts/reproschema linkml-schema/reproschema.yaml > reproschema.jsonld
gen-jsonld --context https://raw.githubusercontent.com/ReproNim/reproschema/main/contexts/reproschema linkml-schema/reproschema.yaml > reproschema.jsonld
- name: Generate n-triples and turtle formats using reproschema
run: |
reproschema convert --format n-triples reproschema.jsonld > reproschema.nt
Expand Down

0 comments on commit 0d35c95

Please sign in to comment.