diff --git a/Makefile b/Makefile index 6b9954963..3b6aae41a 100644 --- a/Makefile +++ b/Makefile @@ -156,6 +156,8 @@ vet: ## Run go vet against code. .PHONY: modules modules: ## Update Go dependencies. go get github.com/ray-project/kuberay/ray-operator@$(KUBERAY_VERSION) + go get sigs.k8s.io/kueue@$(KUEUE_VERSION) + go get github.com/project-codeflare/appwrapper@$(APPWRAPPER_VERSION) go mod tidy .PHONY: build