From 8f03c08c3bde31b097b64d8bcdd24bba5ccede8d Mon Sep 17 00:00:00 2001 From: Matthieu Dorier Date: Fri, 20 Sep 2024 12:55:56 +0100 Subject: [PATCH] forcing version of bedrock in spack.yaml files --- spack.yaml | 2 +- tests/spack.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/spack.yaml b/spack.yaml index 336c4c4..f87b2ae 100644 --- a/spack.yaml +++ b/spack.yaml @@ -29,7 +29,7 @@ spack: mochi-remi: require: "@0.4.0:" mochi-bedrock: - require: "@0.8.0:" + require: "@0.15.0:" py-configspace: require: "@1.1.4:" nlohmann-json-schema-validator: diff --git a/tests/spack.yaml b/tests/spack.yaml index addb7b3..39ffdf9 100644 --- a/tests/spack.yaml +++ b/tests/spack.yaml @@ -28,6 +28,8 @@ spack: require: "@0.12.0:" mochi-remi: require: "@0.4.0:" + mochi-bedrock: + require: "@0.15.0:" nlohmann-json-schema-validator: require: "@2.3.0:" py-configspace: