mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-18 01:13:10 +01:00
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.
This commit is contained in:
@@ -188,5 +188,5 @@ ${fake_target}:
|
||||
% endfor
|
||||
|
||||
update-json: ${' '.join(json_api_targets)}
|
||||
$(API_VERSION_GEN) $(API_DIR) $(API_LIST) $(API_LIST)
|
||||
$(PYTHON) $(API_VERSION_GEN) $(API_DIR) $(API_LIST) $(API_LIST)
|
||||
% endif
|
||||
|
||||
Reference in New Issue
Block a user