Removed pip installation

- pip is already installed with the installation of python, and therefore not required.
This commit is contained in:
Gary Ewan Park
2018-05-13 10:31:24 +01:00
committed by GitHub
parent f03735faab
commit 346d6ba907

View File

@@ -42,7 +42,6 @@ choco install -y visualstudio2017-workload-vctools
choco install -y sysinternals
choco install -y docker-for-windows
choco install -y python2 # Node.js requires Python 2 to build native modules
choco install -y pip
Enable-UAC
Enable-MicrosoftUpdate