diff --git a/clean_template.py b/clean_template.py index d511014..2198aae 100644 --- a/clean_template.py +++ b/clean_template.py @@ -32,6 +32,7 @@ to_remove = [ Path(".github") / "workflows" / "test_benchmarks.yml", Path(".github") / "workflows" / "lint_benchmarks.yml", + Path(".github") / "workflows" / "clean_template.yml", Path(".") / "clean_template.py" ] for file in to_remove: