Skip to content

Configure pixi

Configure pixi #7

Workflow file for this run

name: Test and Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
strategy:
matrix:
include:
- os: ubuntu-latest
label: linux-64
name: ${{ matrix.label }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
manifest-path: pyproject.toml
pixi-version: v0.30.0
cache: false
- run: pixi run test