Skip to content

ci: use pixi in CI (#66) #163

ci: use pixi in CI (#66)

ci: use pixi in CI (#66) #163

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
defaults:
run:
shell: bash -l {0}
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.9", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
cache: false
- name: Run build
run: pixi run build
- name: Run tests
run: pixi run test