Skip to content

add from_arrays methods to multiscale groups #9

add from_arrays methods to multiscale groups

add from_arrays methods to multiscale groups #9

Workflow file for this run

name: Linux Testing
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
- name: Install dependencies
shell: "bash -l {0}"
run: |
pip install poetry
poetry install
- name: Test
run: |
poetry run pytest