Skip to content

Commit

Permalink
Forcing install via sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 12, 2019
1 parent 9d4bf33 commit 22a4c6d
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,10 +27,10 @@ steps:
packageSpecs: 'python=3 numpy=1.15.* pyside pytest pip python-dateutil requests'
installOptions: '-c conda-forge'

- script: which python & which pip
- script: which python & which pip & ls
displayName: "Status"

- script: python pip install -e --user .
- script: sudo pip install -e .
displayName: "Installing code"

- script: pytest -v
Expand Down

0 comments on commit 22a4c6d

Please sign in to comment.