From 00ca1dfc5468f3b399488f37c68990984cd1e623 Mon Sep 17 00:00:00 2001 From: Mainak Kundu Date: Wed, 15 Jun 2022 07:28:39 +0530 Subject: [PATCH] Clean ansys-api-fluent before each build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d8e4b1a1..82e13e5b 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ style: @pre-commit run --all-files --show-diff-on-failure install: + @pip uninstall ansys-api-fluent -y @python -m pip install --upgrade pip poetry @python -m pip install -r requirements/requirements_build.txt @poetry build