diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a13426a849271b43c9022d3e49ffd7d8555a76b2..a7a318bab08116ab58f64ac8de3d414385375613 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,14 +40,14 @@ simple_test: # dev_master might have the same version numbers which will prevent # pip from upgrading them. - pip uninstall -y ScopeSIM - - pip install ScopeSIM==0.5.4 + - pip install ScopeSIM==0.6.2 #- pip install --upgrade git+https://github.com/AstarVienna/ScopeSim.git@master - pip uninstall -y ScopeSIM_Templates - - pip install ScopeSIM_Templates==0.4.2 + - pip install ScopeSIM_Templates==0.4.4 #- pip install --upgrade git+https://github.com/AstarVienna/ScopeSim_Templates.git@master - pip uninstall -y irdb #- pip install --upgrade git+https://github.com/AstarVienna/irdb.git@master - - python -c 'import scopesim; scopesim.download_packages(["Armazones", "ELT", "MICADO", "LFOA", "MAORY"])' + - python -c 'import scopesim; scopesim.download_packages(["Armazones", "ELT", "MICADO", "LFOA", "MORFEO"])' script: - PYTHONPATH=src bash conda-recipe/run_test.sh