diff --git a/tasks/py3_el.yml b/tasks/py3_el.yml index 0782e02..a467839 100644 --- a/tasks/py3_el.yml +++ b/tasks/py3_el.yml @@ -3,9 +3,6 @@ - name: Install the python3 EL packages yum: name={{ py3_el_env_pkg }} state={{ py3_env_pkgs_state }} -# - name: Install the correct pip3 version -# shell: python{{ py3_env_version }} -m ensurepip && pip{{ py3_env_version }} install --upgrade pip setuptools wheel - - name: Ensure that we have the latest pip, setuptools and wheel versions pip: executable: 'pip{{ py3_env_major_version }}'