Skip to content

Commit

Permalink
Keep venv
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichofer committed Nov 6, 2024
1 parent 4a3cf6d commit 8b5222c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spack_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def run_with_spack(command: str, log: Path) -> None:
# 'deactivate' deactivates the python virtual environment.
# '2>&1' redirects stderr to stdout.
ret = subprocess.run(
f'deactivate; {command} >> {log} 2>&1',
f'{command} >> {log} 2>&1',
check=False,
shell=True,
)
Expand Down

0 comments on commit 8b5222c

Please sign in to comment.