From 96e5a84e26342f28e9ebdcc10e57bf079244af1b Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 11 Aug 2020 12:19:55 -0400 Subject: [PATCH] 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. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c0144c3515..b4694964cf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -174,7 +174,7 @@ stages: set -x set -e source activate qiskit-aer - pip install -U pip setuptools virtualenv wheel + pip install -U setuptools virtualenv wheel pip install dist/*tar.gz pip install git+https://github.com/Qiskit/qiskit-terra python tools/verify_wheels.py