Skip to content

Commit

Permalink
fixup! Build python wheels on GItHub actions for Linux and MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobiasz Kędzierski committed Jun 2, 2020
1 parent 4c56487 commit 391627b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Install python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Get build dependencies
working-directory: ./sdks/python
run: python3 -m pip install cython && python3 -m pip install -r build-requirements.txt
Expand Down Expand Up @@ -45,9 +47,9 @@ jobs:
name: source
path: apache-beam-source
- name: Install Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: 3.7
- name: Install packages on Mac
if: startsWith(matrix.os, 'macos')
run: |
Expand Down

0 comments on commit 391627b

Please sign in to comment.