Skip to content

attempt to free up disk space on the CI machine #119

attempt to free up disk space on the CI machine

attempt to free up disk space on the CI machine #119

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:
- name: Free up disk space
run: rm -rf /opt/hostedtoolcache
uses: actions/checkout@v3
- name: Test
run: ./scripts/cibuild
uses: codecov/codecov-action@v3