Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove pip upgrade from windows sdist job (#879)
The windows sdist install jobs have started failing on a permission issue when trying to upgrade pip prior to installing from sdist. This commit removes the pip upgrade because the base windows azure pipelines image is now including pip 20.2.1 which is sufficiently new (being >19) and upgrading isn't explicitly needed. This should avoid the potential permissions issue replacing the pip.exe file on disk already.
- Loading branch information