Skip to content

ENH: improved type support for numpy arrays #1

ENH: improved type support for numpy arrays

ENH: improved type support for numpy arrays #1

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
name: Tests
strategy:
matrix:
runs-on:
- ubuntu-latest
- macos-latest
- windows-latest
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: pip install '.[test]'
- run: pytest --pyargs healpix