File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ clean-templates:
8787
8888# Diff current working templates against Google Sheets
8989diff-sheets :
90- @command -v uv > /dev/null 2>&1 || { echo " Error: 'uv' is required for diff-sheets. Run this target on a host with uv installed ." ; exit 1; }
90+ @command -v uv > /dev/null 2>&1 || { echo " Error: 'uv' is required for diff-sheets ( host-only target) ." ; exit 1; }
9191 cd ../.. && uv run diff-templates -a gsheet -b HEAD --cell-diffs
9292
9393# Diff current working templates against the last tagged release
@@ -112,7 +112,7 @@ diff-release:
112112# --output $@
113113
114114../templates/stubs.tsv : ../templates/metpo_sheet.tsv ../templates/metpo-properties.tsv ../../metpo/bactotraits/create_stubs.py
115- python ../../metpo/bactotraits/create_stubs.py -o $@ ../templates/metpo_sheet.tsv ../templates/metpo-properties.tsv
115+ python3 ../../metpo/bactotraits/create_stubs.py -o $@ ../templates/metpo_sheet.tsv ../templates/metpo-properties.tsv
116116
117117# Repo-only — not in Google Sheets.
118118# IMPORTANT: ../templates/deprecated.tsv is hand-maintained source-of-truth.
@@ -144,7 +144,7 @@ DEPRECATED_TEMPLATE_ARG :=
144144DEPRECATED_PREREQ :=
145145endif
146146
147- components/metpo_sheet.owl : ../templates/stubs.tsv ../templates/metpo-properties .tsv ../templates/metpo_sheet .tsv $(DEPRECATED_PREREQ )
147+ components/metpo_sheet.owl : ../templates/stubs.tsv ../templates/metpo_sheet .tsv ../templates/metpo-properties .tsv $(DEPRECATED_PREREQ )
148148 $(ROBOT ) template \
149149 --add-prefix ' METPO: https://w3id.org/metpo/' \
150150 --add-prefix ' qudt: http://qudt.org/schema/qudt/' \
You can’t perform that action at this time.
0 commit comments