From 238d27069ecb7d49196aa29fe9f10cf6e80d60c4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me>
Date: Mon, 1 Jul 2024 17:25:57 +0200
Subject: [PATCH] fix : typo removed

---
 aidge_core/unit_tests/test_export.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/aidge_core/unit_tests/test_export.py b/aidge_core/unit_tests/test_export.py
index ad13e51be..7396def3a 100644
--- a/aidge_core/unit_tests/test_export.py
+++ b/aidge_core/unit_tests/test_export.py
@@ -99,9 +99,6 @@ class test_export(unittest.TestCase):
             ],
             cwd=str(self.EXPORT_PATH / "build"),
         )
-        subprocess.check_call(
-            ["cmake", "all", "install"], cwd=str(self.EXPORT_PATH / "build")
-        )
         self.check_call(
             ["cmake", "--build", "."],
             cwd=str(self.EXPORT_PATH / "build"),
-- 
GitLab