diff --git a/build.sh b/build.sh
index bfdb96883e028f23c49b5b3f10b8e22fedab6948..edc9aad86827c5200275c34647d0420c0536b21e 100755
--- a/build.sh
+++ b/build.sh
@@ -25,8 +25,6 @@ function pip_install() {
   pip check
 }
 
-
-
 function build_setup() {
   python setup.py develop
   pip install -e .
@@ -49,7 +47,6 @@ function first_install() {
   python -m pip install setuptools wheel
   python -m pip install --upgrade pip
   python setup.py develop
-  pip install setuptools wheel
   pip_install
   pip_compile
   build_wheel