Skip to content

Ensure inline_array keeps attributes #544

Ensure inline_array keeps attributes

Ensure inline_array keeps attributes #544

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [38, 39, 310]
steps:
- uses: actions/checkout@v2
- name: Setup conda
uses: mamba-org/provision-with-micromamba@main
with:
environment-file: ci/environment-py${{matrix.python-version}}.yml
- name: Install kerchunk
shell: bash -l {0}
run: |
pip install -e .
- name: Test with pytest
shell: bash -l {0}
run: |
pytest -v --cov