Skip to content

Bump PyYAML to fix AttributeError: cython_sources #15

Bump PyYAML to fix AttributeError: cython_sources

Bump PyYAML to fix AttributeError: cython_sources #15

Workflow file for this run

name: CI
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build
run: make build
- name: test examples
run: |
make test
make test -e PYTEST_OPTS='--workers auto'