Skip to content
Snippets Groups Projects
Verified Commit 6b1523e8 authored by Florian Pritz's avatar Florian Pritz
Browse files
parent 9bf81288
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
become_user: patchwork
- name: install from requirements into virtualenv
pip: requirements="{{ patchwork_dir }}/requirements-prod.txt" virtualenv="{{ patchwork_dir }}/env"
pip: requirements="{{ patchwork_dir }}/requirements-prod.txt" virtualenv="{{ patchwork_dir }}/env" extra_args="--no-binary :all:"
become: true
become_user: patchwork
register: virtualenv
......
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