Skip to content

Update to latest torch, add caveats to README, add some small things #36

Update to latest torch, add caveats to README, add some small things

Update to latest torch, add caveats to README, add some small things #36

Workflow file for this run

on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest]
# os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Setup Nim
uses: alaviss/[email protected]
with:
path: nim
version: devel
- run: git submodule update --recursive --init
- run: nimble install -y
- run: nimble develop -y
- run: nimble test
# TODO : make examples works
# - run: nimble runexample