Skip to content

[Experimental] Add torch implementation of Go #3621

[Experimental] Add torch implementation of Go

[Experimental] Add torch implementation of Go #3621

Workflow file for this run

name: fmt
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
architecture: 'x64'
- name: check
run: |
make install-dev
make check