Skip to content
Snippets Groups Projects
Commit 6f6f5374 authored by Dennis Ahrens's avatar Dennis Ahrens
Browse files

pip: Make sure that new dependency version get installed.

As long as they fulfill the requirements.txt version string.
parent 0408a613
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ upgrade_pip_in_{{ project_name }}_venv: ...@@ -54,7 +54,7 @@ upgrade_pip_in_{{ project_name }}_venv:
install_requirements_in_{{ project_name }}_venv: install_requirements_in_{{ project_name }}_venv:
cmd.run: cmd.run:
- name: {{ venv_config.path }}/bin/pip install -r {{ venv_config.requirements }} - name: {{ venv_config.path }}/bin/pip instal l--upgrade -r {{ venv_config.requirements }}
- runas: deployer - runas: deployer
- env: - env:
LANG: en_US.UTF-8 LANG: en_US.UTF-8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment