diff --git a/.bashrc b/.bashrc
index 8d98bf7529362b45448e9d713947a7d067a50ea8..3b78b1fb9ce1b061470f9c068c148a161f1394dd 100644
--- a/.bashrc
+++ b/.bashrc
@@ -120,7 +120,6 @@ update-requirements () {
         git add $file
     done
     git commit -m"- Updated requirements."
-    git push
     cd - > /dev/null
 }