Skip to content

FIX: beginner/onnx/onnx_registry_tutorial.py fails against 2.4 RC binaries #2767

FIX: beginner/onnx/onnx_registry_tutorial.py fails against 2.4 RC binaries

FIX: beginner/onnx/onnx_registry_tutorial.py fails against 2.4 RC binaries #2767

Workflow file for this run

name: Check spelling
on:
pull_request:
push:
branches:
- main
jobs:
pyspelling:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
cache: 'pip'
- run: pip install pyspelling
- run: sudo apt-get install aspell aspell-en
- run: pyspelling