183 add dask parallelism for cube single field imaging #826
This file contains hidden or 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
| # .github/workflows/python-testing-linux.yml | |
| # Test all notebooks. | |
| name: ipynb Tests | |
| on: | |
| push: | |
| paths-ignore: | |
| - '**.md' | |
| - '**.rst' | |
| pull_request: | |
| paths-ignore: | |
| - '**.md' | |
| - '**.rst' | |
| jobs: | |
| call-testing-linux: | |
| uses: nrao/gh-actions-templates-public/.github/workflows/run-ipynb-template.yml@main | |
| secrets: inherit |