From ac01f4b378e1e94cf130431a18f6ed654c756c69 Mon Sep 17 00:00:00 2001 From: Jeremy BLEYER Date: Tue, 24 Nov 2020 17:10:06 +0100 Subject: [PATCH] Update postBuild --- postBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/postBuild b/postBuild index 37ab357..3a06a90 100644 --- a/postBuild +++ b/postBuild @@ -1 +1,3 @@ -pip install --upgrade gmsh \ No newline at end of file +pip install --upgrade gmsh +apt install python3-gmsh +pip install pygmsh \ No newline at end of file -- GitLab