Skip to content

Commit

Permalink
FIX(task) Shebang length exceeded in pip executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Lenoch committed Oct 11, 2018
1 parent 2efda25 commit bd8a013
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions common/iqa_testsuite_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@
command: "virtualenv -p {{ venv_cmd }} {{ venv_dir }}"

- name: "Installing iqa-testsuite requirements"
pip:
virtualenv: "{{ venv_dir }}"
virtualenv_command: "{{ venv_cmd }}"
requirements: "{{ iqa_testsuite }}/requirements.txt"
command: "{{ venv_dir }}/bin/python -m pip install -r {{ iqa_testsuite }}/requirements.txt"

0 comments on commit bd8a013

Please sign in to comment.