Skip to content

upgrading to beta V 2 of ort with optional compilation of GPU #144

upgrading to beta V 2 of ort with optional compilation of GPU

upgrading to beta V 2 of ort with optional compilation of GPU #144

name: Run SkLearn Tests
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
test_core:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run Core Unit Tests
run: cd modules/core && docker build -t rust-onnx-runtime . && docker run --rm rust-onnx-runtime cargo test --features sklearn-tests