Skip to content

Commit

Permalink
try more print
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jun 25, 2024
1 parent fdce4f2 commit 3c134ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_executor_conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def setUpClass(cls):
cls.env_path = os.path.abspath(
os.path.join(context.root_prefix, "envs", cls.env_name)
)
print(cls.env_path)
print("Debug path:", context.root_prefix, cls.env_path)

def test_shell_executor_conda(self):
with SubprocessExecutor(
Expand Down

0 comments on commit 3c134ad

Please sign in to comment.