Skip to content

Commit a10fd1c

Browse files
authored
Merge branch 'main' into ai-findings-autofix/src-ontology-metpo-edit.owl
2 parents 3b33842 + e19a7ef commit a10fd1c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ontology/metpo.Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ clean-templates:
8787

8888
# Diff current working templates against Google Sheets
8989
diff-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 :=
144144
DEPRECATED_PREREQ :=
145145
endif
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/' \

0 commit comments

Comments
 (0)