Skip to content

Commit

Permalink
Install scipy via conda too
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Feb 24, 2020
1 parent 1f3ba87 commit 8dfd67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ stages:
set -e
source activate qiskit-terra
conda update --yes -n base conda
conda install --yes --quiet --name qiskit-terra python=$(python.version) numpy
conda install --yes --quiet --name qiskit-terra python=$(python.version) numpy scipy
python -m pip install --upgrade pip
pip install -U -r requirements.txt -r requirements-dev.txt -c constraints.txt
pip install -c constraints.txt -e .
Expand Down Expand Up @@ -423,7 +423,7 @@ stages:
set -e
source activate qiskit-terra
conda update --yes -n base conda
conda install --yes --quiet --name qiskit-terra python=$(python.version) numpy
conda install --yes --quiet --name qiskit-terra python=$(python.version) numpy scipy
python -m pip install --upgrade pip
pip install -U -r requirements.txt -r requirements-dev.txt -c constraints.txt
pip install -c constraints.txt -e .
Expand Down

0 comments on commit 8dfd67a

Please sign in to comment.