From 587c858c336a010e6e36e4861f21d88c8fbc5017 Mon Sep 17 00:00:00 2001 From: Pedro Crespo-Valero <32402063+pcrespov@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:26:59 +0200 Subject: [PATCH] touch so it install-dev works --- clients/python/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/python/Makefile b/clients/python/Makefile index 5c79dd89..30e0f4ea 100644 --- a/clients/python/Makefile +++ b/clients/python/Makefile @@ -113,6 +113,7 @@ _check_venv_active: .PHONY: .install-dev-reqs .install-dev-reqs: _check_venv_active uv pip install -r $(CLIENTS_PYTHON_DIR)/requirements/dev.txt + @touch setup.py .PHONY: install-dev install-dev: _check_venv_active .install-dev-reqs python-client ## installs osparc_client and osparc in edit mode