Skip to content

Commit

Permalink
Testing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Sep 11, 2023
1 parent 6f4eec4 commit d8f915f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +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="aimqb", entry_point="aimall", label="aimall2"
executable="/Applications/AIMAll/AIMQB.app/Contents/MacOS/aimqb",
entry_point="aimall",
label="aimall2",
)

0 comments on commit d8f915f

Please sign in to comment.