From 6603ea83dfe9ae82fdb508a0c4c0af609d8456f9 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Thu, 8 Aug 2024 16:55:05 +0000 Subject: [PATCH] fix: view: default: exclude: py-pip@23.0 --- spack-environment/view.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/spack-environment/view.yaml b/spack-environment/view.yaml index 889bfaea8..8cc72277f 100644 --- a/spack-environment/view.yaml +++ b/spack-environment/view.yaml @@ -1,11 +1,14 @@ view: default: root: /opt/local - exclude: [epic] + exclude: + - epic + - py-pip@23.0 link_type: symlink detectors: root: /opt/detector - select: [epic] + select: + - epic projections: all: '{name}-{version}' link: roots -- GitLab