Add spectroflat as an affiliated package #288
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: CI | |
| on: | |
| push: | |
| branches: | |
| - "main" | |
| pull_request: | |
| # Allow manual runs through the web UI | |
| workflow_dispatch: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| core: | |
| uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main | |
| with: | |
| submodules: true | |
| libraries: | | |
| apt: | |
| - pandoc | |
| envs: | | |
| - linux: py312 | |
| - linux: linkcheck |