Skip to content

Commit

Permalink
Trying to get Azure to install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 12, 2019
1 parent 29c8bdc commit e830e43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ steps:
- task: CondaEnvironment@1
displayName: 'Install Conda'
inputs:
packageSpecs: 'python=3'
installOptions: 'numpy=1.15.* pyside pytest pip python-dateutil requests'
packageSpecs: 'python=3 numpy=1.15.* pyside pytest pip python-dateutil requests'

- script: |
pip install -e .
Expand Down

0 comments on commit e830e43

Please sign in to comment.