Testing out github workflows

Hopefully this will let me build macOS jaxlib wheels even though I don't have a mac...
This commit is contained in:
Skye Wanderman-Milne 2019-08-23 10:55:21 -07:00 committed by GitHub
parent 19bb56390e
commit e025fac1ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

32
.github/workflows/build_mac_jaxlib.yml vendored Normal file
View File

@ -0,0 +1,32 @@
name: Python package
on:
push:
tags:
- workflow_test
jobs:
build:
runs-on: macOS-latest
strategy:
max-parallel: 4
matrix:
python-version: [2.7, 3.5, 3.6, 3.7]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: 2.7
- uses: actions/setup-python@v1
with:
python-version: 3.5
- uses: actions/setup-python@v1
with:
python-version: 3.6
- uses: actions/setup-python@v1
with:
python-version: 3.7
- run: python -m pip install --upgrade pyenv pyenv-virtualenv
- run: build/build_jaxlib_wheels_macos.sh