Skip to content

Fixes signal that only works in main thread of the main interpreter #134

Fixes signal that only works in main thread of the main interpreter

Fixes signal that only works in main thread of the main interpreter #134

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
- '*.*'
- '!*backport*'
tags:
- 'v*'
- '!*dev*'
- '!*pre*'
- '!*post*'
pull_request:
# Allow manual runs through the web UI
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: mypy
- linux: py38-conda
toxdeps: tox-conda
- linux: py310
- linux: py311
- linux: py39
- windows: py38
- macos: py37
- linux: py311-devdeps
coverage: 'codecov'
publish:
needs: tests
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
with:
test_extras: tests,ftp
test_command: pytest --pyargs parfive
secrets:
pypi_token: ${{ secrets.pypi_token }}