diff --git a/tasks/python_venv_wheel_build.yml b/tasks/python_venv_wheel_build.yml index b217e87..3316cbf 100644 --- a/tasks/python_venv_wheel_build.yml +++ b/tasks/python_venv_wheel_build.yml @@ -124,6 +124,7 @@ --find-links {{ venv_build_host_wheel_path }}/ --log /var/log/python_wheel_build.log {{ venv_pip_build_args }} + {{ venv_wheels_rebuild | ternary('--no-cache-dir', '') }} environment: "{{ venv_pip_build_env }}" register: _build_python_wheels until: _build_python_wheels is success