Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying Chen committed Mar 20, 2024
1 parent 3e029a3 commit 95c9008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/installer/curl_install_pypi/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ def create_virtualenv(install_dir):

def install_cli(install_dir, tmp_dir):
path_to_pip = os.path.join(install_dir, 'bin', 'pip')
cmd = [path_to_pip, 'install', '--cache-dir', tmp_dir, 'promptflow[azure,executable,azureml-serving,executor-service]',
'--upgrade']
cmd = [path_to_pip, 'install', '--cache-dir', tmp_dir,
'promptflow[azure,executable,azureml-serving,executor-service]', '--upgrade']
exec_command(cmd)
cmd = [path_to_pip, 'install', '--cache-dir', tmp_dir, 'promptflow-tools', '--upgrade']
exec_command(cmd)
Expand Down

0 comments on commit 95c9008

Please sign in to comment.