Skip to content

Merge pull request #244 from bowald/fix/write_primitive_type #201

Merge pull request #244 from bowald/fix/write_primitive_type

Merge pull request #244 from bowald/fix/write_primitive_type #201

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