Skip to content

Bump pypa/cibuildwheel from 2.21.2 to 2.21.3 #110

Bump pypa/cibuildwheel from 2.21.2 to 2.21.3

Bump pypa/cibuildwheel from 2.21.2 to 2.21.3 #110

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 ]
os: [ windows-latest, ubuntu-latest, macos-latest ]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.8.1
with:
manifest-path: pyproject.toml
- name: Run Tests
run: pixi run --environment ${{ matrix.pixi-environment }} test