From b40511de151ff06b40df9edbf6f5c58c6752da1d Mon Sep 17 00:00:00 2001
From: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Date: Mon, 18 Sep 2023 19:45:01 +0200
Subject: [PATCH] Install the latest version of ScopeSim[_Templates] for assist
 MR

---
 .micadobuild.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.micadobuild.yml b/.micadobuild.yml
index 11758527b..0f7ab9e3b 100644
--- a/.micadobuild.yml
+++ b/.micadobuild.yml
@@ -19,6 +19,11 @@ micadobuild_mr:
     # Activate correct conda environment.
     - eval "$(conda shell.bash hook)"
     - conda activate micadowise
+    # Install latest version of ScopeSim and ScopeSim_Templates
+    - pip uninstall -y ScopeSIM
+    - pip   install    ScopeSIM==0.6.2
+    - pip uninstall -y ScopeSIM_Templates
+    - pip   install    ScopeSIM_Templates==0.4.4
     # CVE-2022-24765 prevents git 2.35.2 from working in repository owned by
     # someone else. The gitlab runner clone is owned by root. Therefore, it
     # must be marked as safe.
-- 
GitLab