diff --git a/azure-pipelines.yml b/azure-pipelines.yml index be2e37884b94..bf42a6b0bbc2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -359,22 +359,12 @@ stages: python.version: '3.8' variables: QISKIT_SUPPRESS_PACKAGING_WARNINGS: Y - PIP_CACHE_DIR: $(Pipeline.Workspace)/.pip QISKIT_TEST_CAPTURE_STREAMS: 1 steps: - task: UsePythonVersion@0 inputs: versionSpec: '$(python.version)' displayName: 'Use Python $(python.version)' - - task: Cache@2 - inputs: - key: 'pip | "$(Agent.OS)" | "$(python.version)" | "$(Build.BuildNumber)"' - restoreKeys: | - pip | "$(Agent.OS)" | "$(python.version)" - pip | "$(Agent.OS)" - pip - path: $(PIP_CACHE_DIR) - displayName: Cache pip - bash: | set -e python -m pip install --upgrade pip setuptools wheel virtualenv diff --git a/constraints.txt b/constraints.txt index e69de29bb2d1..84616ff79848 100644 --- a/constraints.txt +++ b/constraints.txt @@ -0,0 +1 @@ +docplex==2.15.194