From 598bf799dec861cc63fee42e12ebbbe1a086307a Mon Sep 17 00:00:00 2001 From: Bruno Postle Date: Sun, 23 Apr 2023 08:12:49 +0100 Subject: [PATCH] Install GitPython *before* removing the working folder --- src/blenderbim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index d6981fb22a..35066591f6 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -236,9 +236,9 @@ endif cp -r dist/working/IfcOpenShell-0.7.0/src/ifc5d/ifc5d dist/blenderbim/libs/site/packages/ # Provides IFCCityJSON functionality cp -r dist/working/IfcOpenShell-0.7.0/src/ifccityjson dist/blenderbim/libs/site/packages/ - rm -rf dist/working # Provides IfcGit functionality cd dist/working && . env/bin/activate && $(PIP) install GitPython --target=./site-packages + rm -rf dist/working # Provides Mustache templating in construction documentation # TODO: remove this dependency, it seems overkill and we seem to get by with str replaces