Skip to content

minor fixed float -> float64 #41

minor fixed float -> float64

minor fixed float -> float64 #41

Workflow file for this run

name: Notebooks
on: push
jobs:
build-and-test:
name: notebooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7
architecture: x64
- name: Print version
run: python -c "import sys; print(sys.version)"
- name: Install dependencies
run: python -m pip install -r requirements.txt
- name: Install pygl
run: python setup.py install
- name: testing-notebooks
shell: bash -l {0}
run: |
make nbtest