Skip to content
Snippets Groups Projects
Commit f962e489 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

fix: spack-python (0.22) needs explicit importing of spack

Change-Id: I196100980bf2df773b6745eb810b79007824ac99
parent f290c246
No related branches found
No related tags found
No related merge requests found
Pipeline #55659 failed with stages
in 24 minutes and 34 seconds
......@@ -2,6 +2,7 @@ import argparse
from collections.abc import Iterable
import pathlib
import ruamel.yaml as yaml
import spack
from spack import spec
parser = argparse.ArgumentParser(
......
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