mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
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:
parent
19bb56390e
commit
e025fac1ad
32
.github/workflows/build_mac_jaxlib.yml
vendored
Normal file
32
.github/workflows/build_mac_jaxlib.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user