Skip to content

Allow MinMaxTransformer to handle >3D chips #880

Allow MinMaxTransformer to handle >3D chips

Allow MinMaxTransformer to handle >3D chips #880

name: CI
on:
pull_request:
jobs:
build:
name: build
runs-on: ubuntu-latest
strategy:
matrix:
image_type: [pytorch]
env:
DOCKER_BUILDKIT: 1
IMAGE_TYPE: ${{ matrix.image_type }}
steps:
- uses: actions/checkout@v2
- run: ./scripts/cibuild
- uses: codecov/codecov-action@v2