diff --git a/Makefile b/Makefile index 638be245..f9d8f9f6 100644 --- a/Makefile +++ b/Makefile @@ -1217,7 +1217,7 @@ endif .PHONY: pdk-with-volare pdk-with-volare: check-python install-volare $(OPENLANE_ROOT)/dependencies/tool_metadata.yml - @volare enable -f $(OPENLANE_ROOT)/dependencies/tool_metadata.yml + @volare enable ${OPEN_PDKS_COMMIT} check-python: ifeq ($(shell which python3),)