Skip to content

Commit

Permalink
Update cp2k_code fixture.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Mar 13, 2024
1 parent d45c079 commit 0bf9885
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 @@ -6,7 +6,9 @@

@pytest.fixture(scope="function")
def cp2k_code(aiida_local_code_factory):
return aiida_local_code_factory("cp2k", "cp2k")
return aiida_local_code_factory(
entry_point="cp2k", executable="/opt/conda/envs/cp2k/bin/cp2k.psmp"
)


@pytest.fixture(scope="function", autouse=True)
Expand Down

0 comments on commit 0bf9885

Please sign in to comment.