Skip to content

Bump pypa/cibuildwheel from 2.18.0 to 2.18.1 #26

Bump pypa/cibuildwheel from 2.18.0 to 2.18.1

Bump pypa/cibuildwheel from 2.18.0 to 2.18.1 #26

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
name: Tests
strategy:
fail-fast: false
matrix:
runs-on:
- ubuntu-latest
- macos-latest
- windows-latest
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
- runs-on: macos-latest
python-version: '3.7'
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 -v --pyargs healpix