Skip to content

Commit

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

- script: |
pip install -e .
Expand Down

0 comments on commit 29c8bdc

Please sign in to comment.