Skip to content

Skip some doctests

Skip some doctests #96

Workflow file for this run

name: CI
on:
push:
branches:
- master
- '*.x'
tags:
- "*"
pull_request:
schedule:
- cron: '0 6 * * 1'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: check-style
- linux: check-security
- linux: check-build
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- macos: py310-numpy121-xdist
- linux: py310-numpy125-xdist
- linux: py311-xdist
pytest-results-summary: true
- macos: py311-xdist
pytest-results-summary: true
- windows: py311-xdist
pytest-results-summary: true
- linux: py311-pyargs-xdist
- linux: py312-cov-xdist
coverage: codecov
pytest-results-summary: true
- macos: py312-xdist
pytest-results-summary: true
- windows: py312-xdist
pytest-results-summary: true
- linux: py312-numpy21-xdist
pytest-results-summary: true
- macos: py312-numpy21-xdist
pytest-results-summary: true
- windows: py312-numpy21-xdist
pytest-results-summary: true
- linux: py312-dev-xdist