Skip to content
Snippets Groups Projects
Commit c3d764c4 authored by Jithu Murugan's avatar Jithu Murugan
Browse files

- Corrected the failing tests.

parent 6809526d
No related branches found
No related tags found
1 merge request!4feat(spack_operation): implement setup_spack_env functionality
Pipeline #59974 failed with stages
in 1 hour and 12 seconds
......@@ -220,7 +220,7 @@ class SpackOperation:
result = self.command_runner.run_preconfigured_command_sequence(
PreconfiguredCommandEnum.SPACK_MIRROR_ADD,
self.spack_setup_script,
"" if global_mirror else self.env_path,
"" if global_mirror else str(self.env_path),
mirror_name,
mirror_path,
autopush,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment