diff --git a/scripts/addons/cam/tests/install_addon.py b/scripts/addons/cam/tests/install_addon.py index 554dcff8..c49ca117 100644 --- a/scripts/addons/cam/tests/install_addon.py +++ b/scripts/addons/cam/tests/install_addon.py @@ -26,7 +26,7 @@ with tempfile.TemporaryDirectory() as td: for x in range(NUM_RETRIES): try: subprocess.run( - [shutil.which("blender"), "-b", "-P", str(file)], + ["blender", "-b", "-P", str(file)], shell=False, check=True, stdout=subprocess.PIPE,