From 417e722768ed5d12a073e73b2f45ae51ff2a01a3 Mon Sep 17 00:00:00 2001 From: kmlefran Date: Mon, 11 Sep 2023 14:05:34 -0400 Subject: [PATCH] test attempt --- conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conftest.py b/conftest.py index ed11dc9..4e7186e 100644 --- a/conftest.py +++ b/conftest.py @@ -13,7 +13,7 @@ def clear_database_auto(clear_database): # pylint: disable=unused-argument def aimall_code(aiida_local_code_factory): """Get a aimall code.""" return aiida_local_code_factory( - executable="/Applications/AIMAll/AIMQB.app/Contents/MacOS/aimqb", + executable="aimqb", entry_point="aimall", label="aimall2", )