diff --git a/tests/pre.yml b/tests/pre.yml index e9e234d..4700217 100644 --- a/tests/pre.yml +++ b/tests/pre.yml @@ -10,15 +10,6 @@ - python - curl -- name: pre | install setuptools - shell: curl -sL https://bootstrap.pypa.io/ez_setup.py | python - - changed_when: false - - name: pre | install pip - easy_install: - name: pip - -- name: pre | update pip - pip: - name: pip - state: latest + shell: curl -sL https://bootstrap.pypa.io/get-pip.py | python - + changed_when: false