💚 Fix CI test suite for Windows and MacOS (#1307)

This commit is contained in:
Sofie Van Landeghem
2025-09-18 00:19:41 +02:00
committed by GitHub
parent 192ba90b1e
commit 35c0005f44
3 changed files with 24 additions and 10 deletions

View File

@ -13,7 +13,7 @@ def test_select_gen() -> None:
env = os.environ.copy()
env["CHECK_JINJA"] = "1"
result = subprocess.run(
[sys.executable, "scripts/generate_select.py"],
[sys.executable, Path("scripts") / "generate_select.py"],
env=env,
check=True,
cwd=root_path,