Skip to content

try the gui

try the gui #4

Workflow file for this run

name: snappy
on: [push, pull_request]
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-11, macos-12, macos-13, macos-14]
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install SnapPy
run: python -m pip install snappy
- name: Test SnapPy
# run: python -c "import snappy; print(snappy.Manifold('m004').volume())"
run: python -m snappy.test --skip-modern-opengl