Skip to content
Snippets Groups Projects
Commit b40511de authored by Hugo Buddelmeijer's avatar Hugo Buddelmeijer
Browse files

Install the latest version of ScopeSim[_Templates] for assist MR

parent cc21c43c
Branches
1 merge request!379Update ScopeSim / ScopeSim_Templates / IRDB
Pipeline #22489 failed with stages
in 2 hours, 6 minutes, and 44 seconds
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment