Skip to content

Commit

Permalink
Fix issue when compielr is already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
rfbgo committed Dec 18, 2023
1 parent e370653 commit ed55940
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 ed55940

Please sign in to comment.