Skip to content

Commit cd655af

Browse files
committed
fix
1 parent bd1681a commit cd655af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/test_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def decorator(test_fn):
3131
@wraps(test_fn)
3232
def wrapper(*args, **kwargs):
3333
process = subprocess.Popen(
34-
["python", filename],
34+
["uv run", filename],
3535
stdout=subprocess.DEVNULL,
3636
stderr=subprocess.DEVNULL,
3737
stdin=subprocess.DEVNULL,

0 commit comments

Comments
 (0)