change unit of MyCostumIRF to unitless in test_cum_sum() #10
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: Build dev docs | |
on: push | |
jobs: | |
dispatch-docs: | |
if: github.repository_owner == 'gammapy' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Dispatch Gammapy Docs | |
uses: peter-evans/repository-dispatch@v2 | |
with: | |
token: ${{ secrets.REMOTE_DISPATCH }} | |
repository: gammapy/gammapy-docs | |
event-type: dev-docs |