Quick shunt to avoir all reinstal

This commit is contained in:
Colin Goutte 2024-05-02 15:20:20 +02:00
parent f0b3f0d90f
commit 62e27c5511
1 changed files with 2 additions and 1 deletions

View File

@ -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)