Skip to content

Commit

Permalink
testing install to see if it helps pyinstaller build binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 22, 2019
1 parent c1d16e3 commit 7a1df6c
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 @@ -84,8 +84,8 @@ steps:
# Install and test scripts for Windows
- script: |
python ci/screen.py
python setup.py -q install --user
#python setup.py -q install --user
pip install -e .
pytest -v --junitxml=junit/test-results.xml
move examples\\data\\14061619.png examples\\data\\14061619_win.png
python -m PyInstaller runsharp/SHARPpy-win7-64.spec --log-level DEBUG
Expand Down

0 comments on commit 7a1df6c

Please sign in to comment.