Skip to content
Snippets Groups Projects
Commit a5ca2730 authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Install freva from conda-forge

parent 21012af7
No related branches found
No related tags found
1 merge request!46Install freva from conda-forge
Pipeline #21130 canceled
......@@ -84,11 +84,12 @@
when: core_admin_group is not defined
- name: Deploying evaluation_system
shell:
cmd: $PYTHON3 deploy.py {{ core_install_dir }} -s --arch {{core_arch}}
cmd: $PYTHON3 deploy.py {{ core_install_dir }} -s --arch {{core_arch}} --packages freva
chdir: /tmp/evaluation_system
environment:
CONDA_EXEC_PATH: "{{ conda_exec_path }}"
PYTHON3: "{{ ansible_python_interpreter }}"
PYTHON_VERSION: ""
EVALUATION_SYSTEM_CONFIG_FILE: "/tmp/evaluation_system/evaluation_system.conf"
when: (core_install is true)
become: "{{'yes' if core_ansible_become_user is defined else 'no' }}"
......@@ -122,6 +123,7 @@
environment:
PYTHON3: "{{ ansible_python_interpreter }}"
EVALUATION_SYSTEM_CONFIG_FILE: "/tmp/evaluation_system/evaluation_system.conf"
PYTHON_VERSION: ""
become: "{{'yes' if core_ansible_become_user is defined else 'no' }}"
- name: Copying Public key file
copy:
......
__version__ = "2207.0.3"
__version__ = "2208.0.1"
AVAILABLE_PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10"]
AVAILABLE_CONDA_ARCHS = [
"Linux-x86_64",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment