Skip to content

Use jupyter-input directive for cells that should not be run #181

Use jupyter-input directive for cells that should not be run

Use jupyter-input directive for cells that should not be run #181

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