mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
[BE] Set commit hooks to 3.10
This commit is contained in:
@@ -89,7 +89,7 @@ if venv_dir.exists():
|
||||
print("Removing existing hook venv...")
|
||||
shutil.rmtree(venv_dir)
|
||||
|
||||
run(["uv", "venv", str(venv_dir), "--python", "3.9"])
|
||||
run(["uv", "venv", str(venv_dir), "--python", "3.10"])
|
||||
|
||||
# Install lintrunner in the isolated environment
|
||||
print("Installing lintrunner in isolated environment...")
|
||||
|
||||
Reference in New Issue
Block a user