Skip to content

Commit

Permalink
Add conda jupyter package to 38 windows job
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Nov 12, 2019
1 parent b75e928 commit 6679315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- script: |
call activate qiskit-aer-$(Build.BuildNumber)
conda install -c conda-forge --yes --quiet --name qiskit-aer-$(Build.BuildNumber) python=%PYTHON_VERSION% numpy scipy
conda install --yes --quiet --name qiskit-aer-$(Build. BuildNumber) python=%PYTHON_VERSION% jupyter
displayName: Install Anaconda packages
condition: eq(variables['python.version'], '3.8')
- bash: |
Expand Down

0 comments on commit 6679315

Please sign in to comment.