Skip to content

Fix parsing for one dimensional tensors into an npy file #235

Fix parsing for one dimensional tensors into an npy file

Fix parsing for one dimensional tensors into an npy file #235

Workflow file for this run

name: Crystal CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystaldata/numci
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: shards install --ignore-crystal-version
- name: Run tests
run: crystal spec -v
- name: Build docs
run: mkdocs build
- uses: peaceiris/actions-gh-pages@v3
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.DOCS_TOKEN }}
publish_dir: ./site