Skip to content

Bump onnx from 1.20.0 to 1.21.0 #131

Bump onnx from 1.20.0 to 1.21.0

Bump onnx from 1.20.0 to 1.21.0 #131

Workflow file for this run

name: CI (Windows)
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: windows-latest
env:
BUILD_DIR: build
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: ilammy/msvc-dev-cmd@v1
- name: Install Python dependencies
run: pip install -r requirements-dev.txt
- name: Install Python package
run: pip install .\python
- name: Run tests
run: pytest test/ -v