Skip to content

Bump ndarray from 0.15.4 to 0.16.1 #33

Bump ndarray from 0.15.4 to 0.16.1

Bump ndarray from 0.15.4 to 0.16.1 #33

Workflow file for this run

name: Python
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
test-python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install maturin (to be included in pyproject)
run: pip3 install maturin pytest numpy
- name: install
run: pip3 install .
- name: Build
run: maturin build
- name: test
run: pytest tests