Skip to content

Commit

Permalink
make pipeline to deal with fbs issue #169.
Browse files Browse the repository at this point in the history
  • Loading branch information
vipranarayan14 committed Feb 12, 2020
1 parent 95fd37d commit b06e839
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ steps:
pip install pipenv
displayName: 'Install Python Dependencies'

- script: |
- bash: |
mkdir .venv
pipenv install
pipenv graph
# temp fix for PyInstaller==3.6 acc. to https://github.com/mherrmann/fbs/issues/169
mv .venv/lib/python3.7/site-packages/fbs/freeze/hooks/hook-PySide2.py .venv/lib/python3.7/site-packages/fbs/freeze/hooks/hook-PySide2_fbs.py
displayName: 'Install Package Dependencies'

- script: |
Expand Down

0 comments on commit b06e839

Please sign in to comment.