Skip to content

Commit 4bb7a33

Browse files
committed
fix(make): use venv-python to run any utility
Previously the yaml version generation could fail if your system-python didn't have yaml installed. Now the virtual env is used, which is guaranteed to support yaml.
1 parent be0faf0 commit 4bb7a33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mako/deps.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,5 +188,5 @@ ${fake_target}:
188188
% endfor
189189

190190
update-json: ${' '.join(json_api_targets)}
191-
$(API_VERSION_GEN) $(API_DIR) $(API_LIST) $(API_LIST)
191+
$(PYTHON) $(API_VERSION_GEN) $(API_DIR) $(API_LIST) $(API_LIST)
192192
% endif

0 commit comments

Comments
 (0)