Skip to content

Commit 319b2a6

Browse files
committed
pipeline fix
1 parent 8726756 commit 319b2a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/install_local_wheel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ def main():
5151
logging.error('No wheel found. Has the build run successfully?')
5252
sys.exit(2)
5353

54-
# Install/upgrade the wheel
55-
call(['pip', 'install', '--upgrade', wheel])
54+
# Install/upgrade the wheel with grpc extras
55+
call(['pip', 'install', '--upgrade', f'{wheel}[grpc]'])
5656

5757

5858
if __name__ == '__main__':

0 commit comments

Comments
 (0)