Skip to content

Bump pypa/cibuildwheel from 3.1.3 to 3.1.4 in the github-actions group #163

Bump pypa/cibuildwheel from 3.1.3 to 3.1.4 in the github-actions group

Bump pypa/cibuildwheel from 3.1.3 to 3.1.4 in the github-actions group #163

Workflow file for this run

name: Tests
# no permissions by default
permissions: {}
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Pixi
uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293 # v0.9.0
with:
manifest-path: pyproject.toml
- name: Run Tests
run: pixi run --environment ${{ matrix.pixi-environment }} test