diff --git a/.circleci/config.yml b/.circleci/config.yml
index 59b22d6f9bd22c9e194b2da20af072516affb4a2..5158c93695721cb3c9986d22664fa859ba54ecdd 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -71,14 +71,7 @@ jobs:
       - run:
           name: "Get Pip"
           command: |
-            # The CircleCI macOS environment has curl and Python but does not
-            # have pip.  So, for starters, use curl and Python to get pip.
-            if [ "<< parameters.py-version >>" == "2.7" ]; then
-
-              curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
-            else
-              curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
-            fi
+            curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
             python<< parameters.py-version >> get-pip.py
 
       - run: