Skip to content

Commit

Permalink
Fixed pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 12, 2019
1 parent 8255276 commit adb81db
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 @@ -27,7 +27,7 @@ steps:
packageSpecs: 'python=3 numpy=1.15.* pyside pytest pip python-dateutil requests'
installOptions: '-c conda-forge'
- script: |
pip install -e .
pip install -e --user .
pytest -v
displayName: 'Running SHARPpy tests2'
displayName: 'Running SHARPpy tests'

0 comments on commit adb81db

Please sign in to comment.