Skip to content

Update build_arm.yml #54

Update build_arm.yml

Update build_arm.yml #54

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
- name: Build
run: |
git submodule update --init --recursive
python setup.py bdist_wheel