Commit 03ca6b0
committed
ci(spack): source setup-env.sh before spack load in smoke test
spack load uses shell functions (it modifies the calling shell's env)
which require sourcing share/spack/setup-env.sh. The install step works
without it because spack install is a plain executable. setup-spack
puts spack on PATH but each GH Actions step starts a fresh shell, so
shell-function support has to be reactivated per-step that needs it.1 parent 0c6c218 commit 03ca6b0
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments