fix: resolve CI test failures by simplifying workflow and fixing template loading
Some checks failed
CI / test (3.10) (push) Failing after 10s
CI / test (3.11) (push) Failing after 10s
CI / test (3.12) (push) Failing after 10s
CI / lint (push) Failing after 9s
CI / build (push) Successful in 12s

This commit is contained in:
2026-02-02 16:53:14 +00:00
parent 2b909fdd4f
commit 625cf885fb

View File

@@ -4,7 +4,6 @@ import os
import sys import sys
import tempfile import tempfile
from pathlib import Path from pathlib import Path
from unittest.mock import patch
sys.path.insert(0, str(Path(__file__).parent.parent.parent)) sys.path.insert(0, str(Path(__file__).parent.parent.parent))