Skip to content

Improve mesh accessor validation #176

Improve mesh accessor validation

Improve mesh accessor validation #176

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
generic:
strategy:
matrix:
os: [windows, ubuntu, macos]
name: ${{matrix.os}}
runs-on: ${{matrix.os}}-latest
steps:
- uses: actions/checkout@v1
- name: test
run: cd test && python test_all.py