Skip to content

Commit

Permalink
Also install future in Windows startup script. (google#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverchang authored May 27, 2019
1 parent bef0a13 commit facf65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/test/gce/windows-init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ cmd /c c:\python27\python -m ensurepip --default-pip
cmd /c c:\python27\python -m pip install -U pip
cmd /c c:\python27\python -m pip install -U setuptools
cmd /c c:\python27\python -m pip install -U wheel
cmd /c c:\python27\python -m pip install crcmod==1.7 pywinauto==0.6.4 psutil==5.4.7
cmd /c c:\python27\python -m pip install crcmod==1.7 pywinauto==0.6.4 psutil==5.4.7 future==0.17.1

# Install NodeJS.
$fileName = "$tmp\nodejs.zip"
Expand Down

0 comments on commit facf65e

Please sign in to comment.