Skip to content

Update version and changelog for the v0.21 release #939

Update version and changelog for the v0.21 release

Update version and changelog for the v0.21 release #939

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