Skip to content

Support 32-bit floats in reproject_adaptive #2044

Support 32-bit floats in reproject_adaptive

Support 32-bit floats in reproject_adaptive #2044

Workflow file for this run

name: CI
on:
schedule:
# run every day at 4am UTC
- cron: '0 4 * * *'
push:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1fedda61294df4c004c05519a3fbf3b8e1f32f # v2.3.1
with:
envs: |
- macos: py311-test-oldestdeps
- macos: py312-test
- macos: py313-test
- macos: py314-test-devdeps
- linux: py311-test-oldestdeps
- linux: py312-test
runs-on: ubuntu-24.04-arm
- linux: py313-test
- linux: py314-test-devdeps
- windows: py311-test-oldestdeps
- windows: py312-test
- windows: py313-test
- windows: py314-test
libraries: |
apt:
- libopenblas-dev
coverage: 'codecov'
publish:
needs: tests
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@9f1fedda61294df4c004c05519a3fbf3b8e1f32f # v2.3.1
with:
test_extras: test
test_command: pytest -p no:warnings --pyargs reproject --log-cli-level=INFO
targets: |
- cp*-manylinux_x86_64
- target: cp*-manylinux_aarch64
runs-on: ubuntu-24.04-arm
- cp*-macosx_x86_64
- cp*-macosx_arm64
- cp*-win_amd64
# Developer wheels
upload_to_anaconda: ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') }}
anaconda_user: astropy
anaconda_package: reproject
anaconda_keep_n_latest: 10
secrets:
pypi_token: ${{ secrets.pypi_token }}
anaconda_token: ${{ secrets.anaconda_token }}