Skip to content

Commit

Permalink
Merge branch 'master' into deprecate-3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish authored Dec 19, 2019
2 parents 7f1938b + 4f4fea8 commit 2230d86
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ jobs:
set -e
source activate qiskit-aer-$(Build.BuildNumber)
git clean -fdX
pip install -v cython
pip install -v git+https://github.com/Qiskit/qiskit-terra.git
pip install -v --ignore-installed -r requirements-dev.txt
python -m pip install -U pip virtualenv setuptools
pip install cython
pip install git+https://github.com/Qiskit/qiskit-terra.git
pip install --ignore-installed -r requirements-dev.txt
python setup.py bdist_wheel -- -G "Visual Studio 15 2017 Win64"
displayName: 'Install Dependencies and Build Aer'
- bash: |
Expand Down

0 comments on commit 2230d86

Please sign in to comment.