Skip to content

ENH: Add pixi CI configuration #1

ENH: Add pixi CI configuration

ENH: Add pixi CI configuration #1

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 5
matrix:
os: [ubuntu-22.04, windows-2022, macos-12, macos-14]
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
- name: Test
run: pixi run test