Skip to content

Merge branch 'auto-build-multiscale-pyramid' #148

Merge branch 'auto-build-multiscale-pyramid'

Merge branch 'auto-build-multiscale-pyramid' #148

Workflow file for this run

name: Tests
on:
push:
branches: [mesh-n-bone, master]
tags: ["v*"]
pull_request:
branches: [mesh-n-bone, master]
workflow_call:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-14]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.8.1
with:
environments: test build-cgal
cache: true
- run: pixi run -e build-cgal build-cgal
- run: pixi run -e test test