Skip to content
Snippets Groups Projects
Commit 238d2706 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : typo removed

parent cf9a4d99
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
Pipeline #49870 failed
......@@ -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"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment