Primarily fixing suite2p loader for missing ROI detection or trace extraction - pulling from staging for other minor updates #181
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: u24_element_before_release | |
on: | |
pull_request: | |
push: | |
branches: | |
- '**' | |
tags-ignore: | |
- '**' | |
workflow_dispatch: | |
jobs: | |
call_context_check: | |
uses: dj-sciops/djsciops-cicd/.github/workflows/context_check.yaml@main | |
call_u24_elements_build_alpine: | |
uses: dj-sciops/djsciops-cicd/.github/workflows/u24_element_build.yaml@main | |
with: | |
py_ver: 3.9 | |
image: djbase |