Skip to content

Commit

Permalink
Merge pull request #357 from rfbgo/testenv_assumption
Browse files Browse the repository at this point in the history
Fix issue when compiler is already installed
  • Loading branch information
douglasjacobsen authored Dec 18, 2023
2 parents e370653 + ed55940 commit 4f5e6f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ramble/ramble/test/spack_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def test_new_compiler_installs(tmpdir, capsys):
import os

compilers_config = """
compilers:
compilers::
- compiler:
spec: [email protected]
paths:
Expand Down Expand Up @@ -468,7 +468,7 @@ def test_config_compiler_find_attribute(tmpdir, capsys, attr, value, expected_st
import os

compilers_config = """
compilers:
compilers::
- compiler:
spec: [email protected]
paths:
Expand Down

0 comments on commit 4f5e6f8

Please sign in to comment.