Skip to content

ENH: add a function to remap a dynamic spectrum in time #196

ENH: add a function to remap a dynamic spectrum in time

ENH: add a function to remap a dynamic spectrum in time #196

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- '*'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- name: Code style checks
linux: codestyle
- name: Code tests
linux: test
# Docs are build directly on readthedocs even for PR.
# - name: Documentation build
# os: ubuntu-latest
# toxenv: build_docs