Skip to content

Commit

Permalink
Merge pull request #608 from linsword13/spack-runner
Browse files Browse the repository at this point in the history
Fix up a spack runner test
  • Loading branch information
douglasjacobsen authored Aug 10, 2024
2 parents 912dc0d + 4238b64 commit dc23db3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ def test_new_compiler_installs(tmpdir, capsys):
sr.activate()
sr.add_include_file(packages_path)
sr.add_include_file(compilers_path)
sr.generate_env_file()
sr.install_compiler("gcc@12.1.0")
captured = capsys.readouterr()

Expand Down

0 comments on commit dc23db3

Please sign in to comment.