Skip to content

Refactor blocked/parallel reprojection #410

Refactor blocked/parallel reprojection

Refactor blocked/parallel reprojection #410

Workflow file for this run

name: CI
on:
push:
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: |
- windows: py38-test-oldestdeps
- windows: py39-test
- windows: py310-test
libraries: |
apt:
- libopenblas-dev
coverage: 'codecov'