Skip to content

Commit

Permalink
Install wheel for Mac and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrukwa committed Dec 29, 2019
1 parent c858647 commit bf93349
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 build dependencies
run: pip install wheel
- name: Install dependencies
run: pip install -r requirements-base.txt
- name: Build Python package
Expand Down Expand Up @@ -148,6 +150,8 @@ jobs:
isAlpha: ${{ env.IS_ALPHA }}
isBeta: ${{ env.IS_BETA }}
version: ${{ env.MAJOR }}.${{ env.MINOR }}.${{ env.FIXUP }}
- name: Install build dependencies
run: pip install wheel
- name: Install dependencies
run: pip install -r requirements-base.txt
- name: Build Python package
Expand Down

0 comments on commit bf93349

Please sign in to comment.