diff options
Diffstat (limited to 'tools/sync_third_party.py')
-rwxr-xr-x | tools/sync_third_party.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sync_third_party.py b/tools/sync_third_party.py index 39afdccd4..5fe78c407 100755 --- a/tools/sync_third_party.py +++ b/tools/sync_third_party.py @@ -14,4 +14,5 @@ third_party.fix_symlinks() third_party.run_yarn() third_party.run_cargo() +third_party.run_pip() third_party.run_gclient_sync() |