Skip to content

Commit

Permalink
See what our path is
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Smith committed Jul 20, 2020
1 parent cbbced8 commit 7053619
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_tools/azure/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ steps:
- script: python setup.py bdist_wheel
displayName: 'Building wheel'

- script: pip install --pre --no-index --find-links dist/ skoot
- bash: |
pip install --pre --no-index --find-links dist/ skoot
echo $PATH
displayName: 'Installing generated wheel'

- script: pytest --showlocals --durations=20 --pyargs skoot
Expand Down

0 comments on commit 7053619

Please sign in to comment.