Skip to content

feat(cli): global upgrade supports matchspec (#962) #29

feat(cli): global upgrade supports matchspec (#962)

feat(cli): global upgrade supports matchspec (#962) #29

Workflow file for this run

name: Test Schema
on:
push:
branches:
- main
paths-ignore:
- "docs/**"
- "mkdocs.yml"
- "*.md"
workflow_dispatch:
pull_request:
paths:
- "**/pixi.toml"
- "schema/**"
- "**/schema.yml"
jobs:
test-schema:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.15.2
cache: true
- name: Test Schema
run: |
pixi run -e default test-schema