spack bootstrap status --dev: function call for new interface (#45822)
This commit is contained in:
parent
85905959dc
commit
c1736077bb
@ -124,7 +124,7 @@ def _development_requirements() -> List[RequiredResponseType]:
|
|||||||
# Ensure we trigger environment modifications if we have an environment
|
# Ensure we trigger environment modifications if we have an environment
|
||||||
if BootstrapEnvironment.spack_yaml().exists():
|
if BootstrapEnvironment.spack_yaml().exists():
|
||||||
with BootstrapEnvironment() as env:
|
with BootstrapEnvironment() as env:
|
||||||
env.update_syspath_and_environ()
|
env.load()
|
||||||
|
|
||||||
return [
|
return [
|
||||||
_required_executable(
|
_required_executable(
|
||||||
|
Loading…
Reference in New Issue
Block a user