From 1c58627e2b7207b79cc34453ff682905175cf081 Mon Sep 17 00:00:00 2001 From: Hippolyte Verninas Date: Thu, 5 Feb 2026 10:39:59 +0100 Subject: [PATCH] FIX: missing line in clean template --- clean_template.py | 1 + 1 file changed, 1 insertion(+) 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: