Skip to content

ci: test arm builds

ci: test arm builds #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Build Wheel
uses: messense/maturin-action@v1
with:
manylinux: off
args: --find-interpreter
- uses: abatilo/[email protected]
- name: Run Tests
run: |
poetry install
poetry run maturin develop
poetry run pytest