Skip to content

Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 #115

Bump pypa/cibuildwheel from 2.21.3 to 2.22.0

Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 #115

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
pixi-environment: [ py310, py311, py312, py313 ]
os: [ windows-latest, ubuntu-latest, macos-latest ]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/[email protected]
with:
manifest-path: pyproject.toml
- name: Run Tests
run: pixi run --environment ${{ matrix.pixi-environment }} test