diff --git a/.gitpod.yml b/.gitpod.yml index 8b086a589a378..0a5b5648994ae 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -15,6 +15,7 @@ tasks: git fetch --tags python setup.py build_ext --inplace -j 4 echo "🛠 Completed rebuilding Pandas!! 🛠 " + pre-commit install echo "✨ Pre-build complete! You can close this terminal ✨ " # --------------------------------------------------------