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

fix missing git path

parent 70644938
No related branches found
No related tags found
1 merge request!17Update playbooks
Pipeline #18608 passed
......@@ -76,9 +76,9 @@
become: "{{'yes' if core_ansible_become_user is defined else 'no' }}"
- name: Installing additional python packages
shell:
cmd: $PYTHON3 -m pip install "{{item}}"
cmd: python -m pip install "{{item}}"
environment:
PYTHON3: "{{core_install_dir}}/bin/python"
PATH: "{{core_install_dir}}/bin"
with_items:
- "git+https://gitlab.dkrz.de/freva/metadata-inspektor.git"
- "git+https://gitlab.dkrz.de/k204230/install-kernelspec.git"
......
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