Skip to content

updated interfaces to expose buffers #21 #55

updated interfaces to expose buffers #21

updated interfaces to expose buffers #21 #55

Workflow file for this run

name: tests
on:
- push
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
pyver: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Install Conda environment from environment.yml
uses: mamba-org/provision-with-micromamba@main
with:
cache-env: true
extra-specs: |
python=${{ matrix.pyver }}
pytest=6.2.5
hypothesis=6.62.0
- name: Install showerpipe
shell: bash -l {0}
run: pip install .
- name: Run tests
shell: bash -l {0}
run: pytest