Skip to content

Commit

Permalink
Fix clean traget in kfp_ray/Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <eres@il.ibm.com>
  • Loading branch information
revit13 committed Jun 21, 2024
1 parent 9696e35 commit 1f53e96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion transforms/universal/noop/kfp_ray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ YAML_WF := $(patsubst %.py, %.yaml, ${PYTHON_WF})

workflow-venv: .check_python_version ${WORKFLOW_VENV_ACTIVATE}

clean:: .defaults.clean
.PHONY: clean
clean:
@# Help: Clean up the virtual environment.
rm -rf ${REPOROOT}/transforms/venv

venv::

Expand Down

0 comments on commit 1f53e96

Please sign in to comment.