From a1108d87df5119c18d2d99e12e225b5c06cf230b Mon Sep 17 00:00:00 2001 From: Mainak Kundu <94432368+mkundu1@users.noreply.github.com> Date: Wed, 15 Jun 2022 10:07:31 +0530 Subject: [PATCH] Clean ansys-api-fluent before each build (#26) --- 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