Skip to content

added grib idx extract methods and test cases #637

added grib idx extract methods and test cases

added grib idx extract methods and test cases #637

Workflow file for this run

name: "Pull Request Docs Check"
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: ci/environment-docs.yml
- name: make docs
shell: bash -l {0}
run: |
cd docs
make html