Skip to content

Commit

Permalink
Add prepend text to the cp2k_code fixture.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Mar 19, 2024
1 parent bb5be41 commit e658aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@pytest.fixture(scope="function")
def cp2k_code(aiida_local_code_factory):
return aiida_local_code_factory(
entry_point="cp2k", executable="/opt/conda/envs/cp2k/bin/cp2k.psmp"
entry_point="cp2k", executable="/opt/conda/envs/cp2k/bin/cp2k.psmp", prepend_text='eval "$(command conda shell.bash hook 2> /dev/null)"\nconda activate cp2k\n'
)


Expand Down

0 comments on commit e658aff

Please sign in to comment.