Browse Source

fix(devenv): remove venv.sync (#65502)

joshuarli 1 year ago
parent
commit
b4c7333343
1 changed files with 0 additions and 3 deletions
  1. 0 3
      devenv/sync.py

+ 0 - 3
devenv/sync.py

@@ -77,9 +77,6 @@ def main(context: dict[str, str]) -> int:
     print(f"ensuring venv at {venv_dir}...")
     venv.ensure(venv_dir, python_version, url, sha256)
 
-    print(f"syncing {venv_dir} with {requirements}...")
-    venv.sync(venv_dir, requirements, editable_paths, bins)
-
     if not run_procs(
         repo,
         reporoot,