mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-10-29 09:08:01 +08:00
💚 Fix CI test suite for Windows and MacOS (#1307)
This commit is contained in:
committed by
GitHub
parent
192ba90b1e
commit
35c0005f44
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user