We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c232f36 commit b7b560aCopy full SHA for b7b560a
1 file changed
clean_template.py
@@ -32,6 +32,7 @@
32
to_remove = [
33
Path(".github") / "workflows" / "test_benchmarks.yml",
34
Path(".github") / "workflows" / "lint_benchmarks.yml",
35
+ Path(".github") / "workflows" / "clean_template.yml",
36
Path(".") / "clean_template.py"
37
]
38
for file in to_remove:
0 commit comments