Skip to content

Fix coo_map when only one match from regex pattern #720

Fix coo_map when only one match from regex pattern

Fix coo_map when only one match from regex pattern #720

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