diff --git a/dev/run-tests.py b/dev/run-tests.py index edd89c9f0890..49bc078cfc85 100755 --- a/dev/run-tests.py +++ b/dev/run-tests.py @@ -461,6 +461,8 @@ def post_python_tests_results(): run_cmd(["git", "push", "-f", "origin", "gh-pages"]) finally: os.chdir("..") + # 10. Remove the cloned repository. + shutil.rmtree("pyspark-coverage-site") def run_python_packaging_tests():