Skip to content

test: Add benchmarking suite for rust bindings #86

test: Add benchmarking suite for rust bindings

test: Add benchmarking suite for rust bindings #86

Workflow file for this run

name: CI Python
on:
push:
branches:
- main
- dev
pull_request:
permissions:
contents: read
env:
PIXI_COLOR: always
jobs:
build_and_test:
name: Python project - ${{ matrix.python-environment }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-environment: ['py310', 'py311', 'py312']
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
environments: ${{ matrix.python-environment }}
- run: pixi run -e ${{ matrix.python-environment }} test