Skip to content

Add support for arm #261

Add support for arm

Add support for arm #261

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-24.04-arm
timeout-minutes: 15
strategy:
fail-fast: true
matrix:
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v3
- uses: prefix-dev/setup-pixi@v0.8.0
with:
pixi-version: v0.41.0
cache: true
- run: pixi run test