Skip to content

add to_flat, from_flat, like, and better handling for existing arrays / groups #1

add to_flat, from_flat, like, and better handling for existing arrays / groups

add to_flat, from_flat, like, and better handling for existing arrays / groups #1

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.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