Skip to content

DOC: Add MCP demo and content in main docs #422

DOC: Add MCP demo and content in main docs

DOC: Add MCP demo and content in main docs #422

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-24.04, macos-13]
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.49.0
manifest-path: ./py/pyproject.toml
frozen: true
- name: Run tests
run: cd py && pixi run test