Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Actually add conda dependencies
  • Loading branch information
johnlees committed Aug 23, 2019
1 parent 9a5f3ef commit e5277eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ steps:

- bash: |
source activate pp_env
conda install --yes --quiet --name pp_env scipy
conda install --yes --quiet --name pp_env pip numpy mkl scipy python-dateutil pandas scikit-learn dendropy sharedmem numba matplotlib networkx mash hdbscan rapidnj
displayName: Install Anaconda packages

- script: |
Expand Down

0 comments on commit e5277eb

Please sign in to comment.