Skip to content

Add test of inline_threshold #727

Add test of inline_threshold

Add test of inline_threshold #727

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [310, 311, 312]
steps:
- uses: actions/checkout@v4
- name: Setup conda
uses: conda-incubator/setup-miniconda@v3
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