From ed55940f7b51e629dc966ddff551ed0a200fe0c1 Mon Sep 17 00:00:00 2001 From: Bob Date: Mon, 18 Dec 2023 10:57:35 -0700 Subject: [PATCH] Fix issue when compielr is already installed --- lib/ramble/ramble/test/spack_runner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ramble/ramble/test/spack_runner.py b/lib/ramble/ramble/test/spack_runner.py index 3bd3b1ae5..bea8c57f8 100644 --- a/lib/ramble/ramble/test/spack_runner.py +++ b/lib/ramble/ramble/test/spack_runner.py @@ -280,7 +280,7 @@ def test_new_compiler_installs(tmpdir, capsys): import os compilers_config = """ -compilers: +compilers:: - compiler: spec: gcc@12.1.0 paths: @@ -468,7 +468,7 @@ def test_config_compiler_find_attribute(tmpdir, capsys, attr, value, expected_st import os compilers_config = """ -compilers: +compilers:: - compiler: spec: gcc@12.1.0 paths: