From 7994e7d7d654db3091360931cd0450c7fc1adbe8 Mon Sep 17 00:00:00 2001 From: SemyonSinchenko Date: Sat, 18 Nov 2023 22:50:50 +0000 Subject: [PATCH] Hot fix On branch feature/fix-tests Changes to be committed: modified: Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d3b1c42d..92839dbc 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # COMMON CLI COMMANDS FOR DEVELOPMENT .PHONY: install_test -install_pure: +install_test: @poetry install --with=development,testing .PHONY: install_deps -install_test: +install_deps: @poetry install --with=development,linting,testing,docs .PHONY: update_deps