Skip to content

Commit

Permalink
Install missing requirements in Windows and MacOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrukwa committed Dec 29, 2019
1 parent bfff094 commit 3d794bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:
isAlpha: ${{ env.IS_ALPHA }}
isBeta: ${{ env.IS_BETA }}
version: ${{ env.MAJOR }}.${{ env.MINOR }}.${{ env.FIXUP }}
- name: Install dependencies
run: pip install -r requirements-base.txt
- name: Build Python package
run: python setup.py bdist_wheel
- name: Publish Python package
Expand Down Expand Up @@ -146,6 +148,8 @@ jobs:
isAlpha: ${{ env.IS_ALPHA }}
isBeta: ${{ env.IS_BETA }}
version: ${{ env.MAJOR }}.${{ env.MINOR }}.${{ env.FIXUP }}
- name: Install dependencies
run: pip install -r requirements-base.txt
- name: Build Python package
run: python setup.py bdist_wheel
- name: Publish Python package
Expand Down

0 comments on commit 3d794bd

Please sign in to comment.