Skip to content

update nncase_version to 3.0.0 #87

update nncase_version to 3.0.0

update nncase_version to 3.0.0 #87

Workflow file for this run

on:
push:
tags:
- '*'
jobs:
test:
name: test-notebook-${{matrix.config.name}}
runs-on: ${{matrix.config.os}}
strategy:
matrix:
config:
- {name: aarch64-macos, os: macos-14}
- {name: x86_64-linux, os: ubuntu-24.04}
- {name: x86_64-windows, os: windows-latest}
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install dependencies
run: pip install --upgrade pip && pip install jupyterlab pytest nbmake
- name: Run tests
run: pytest --nbmake examples/user_guide
env:
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: python