Skip to content

Merge pull request #90 from thewtex/pixi-ci #21

Merge pull request #90 from thewtex/pixi-ci

Merge pull request #90 from thewtex/pixi-ci #21

Workflow file for this run

name: Pixi Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 5
matrix:
os: [ubuntu-22.04, windows-2022]
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.27.1
cache: false
cache-write: false
frozen: true
- name: Run tests
run: pixi run test