Change Fluorescence
/DFOverF
metadata schema for RoiResponseSeries from array
type to object
#2691
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Testing External Links | |
on: | |
pull_request: | |
merge_group: | |
workflow_call: | |
jobs: | |
build-and-test: | |
name: Testing External Links | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
steps: | |
- uses: actions/checkout@v3 | |
- run: git fetch --prune --unshallow --tags | |
- name: Setup Python | |
uses: actions/setup-python@v4 | |
with: | |
python-version: "3.10" | |
- name: Install package for API docs | |
run: pip install -e .[docs] | |
- name: Test External Links | |
run: sphinx-build -b linkcheck ./docs ./docs/_build/ |