gh-770: Default to numpy for redshift_grid and fixed_zbins if no xp is provided #570
Workflow file for this run
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
| --- | |
| name: Test examples | |
| on: | |
| pull_request: | |
| types: | |
| - labeled | |
| - opened | |
| - reopened | |
| - synchronize | |
| - unlabeled | |
| jobs: | |
| test-examples-on-label: | |
| if: contains(github.event.pull_request.labels.*.name, 'run-examples') | |
| name: On label | |
| uses: ./.github/workflows/run-examples.yml |