From 62e27c5511a76d7f2a9fea8c68647184ec707d92 Mon Sep 17 00:00:00 2001 From: Colin Goutte Date: Thu, 2 May 2024 15:20:20 +0200 Subject: [PATCH] Quick shunt to avoir all reinstal --- multiple_python_version/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multiple_python_version/Makefile b/multiple_python_version/Makefile index 0520db1..e5b2a30 100644 --- a/multiple_python_version/Makefile +++ b/multiple_python_version/Makefile @@ -33,7 +33,8 @@ install_dependencies: $(py_install) install -U pip wheel $(py_install) install pytest python-dotenv pytest-icdiff -install: venv install_dependencies +install: venv + $(pytest) --version || install_dependencies venv: make .venv3.$(minor)