Skip to content

Bump prefix-dev/setup-pixi from 0.10.0 to 0.10.1 in the actions group #128

Bump prefix-dev/setup-pixi from 0.10.0 to 0.10.1 in the actions group

Bump prefix-dev/setup-pixi from 0.10.0 to 0.10.1 in the actions group #128

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, synchronize, reopened]
jobs:
test:
strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macos-latest]
environment: [ test ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v7
- uses: prefix-dev/setup-pixi@v0.10.1
with:
# pixi-version: v0.23.0
environments: ${{ matrix.environment }}
frozen: true
- name: Run tests
run: pixi run -e ${{ matrix.environment }} test