Skip to content

BUG: Address MCP package PR comments #361

BUG: Address MCP package PR comments

BUG: Address MCP package PR comments #361

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