Skip to content

add cinn_diff module #364

add cinn_diff module

add cinn_diff module #364

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
Test:
name: Test
runs-on: ubuntu-20.04
permissions:
pull-requests: write
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
make install
- name: run the command
run: make test