diff --git a/aidge_core/unit_tests/test_export.py b/aidge_core/unit_tests/test_export.py
index ad13e51bef3fca8cb1da591fbe95bde68b553b7e..7396def3a2a1ba2f125dbb808a493640f1ad3368 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"),