Skip to content

pixi lock update for version update. #75

pixi lock update for version update.

pixi lock update for version update. #75

Workflow file for this run

name: Lint
on:
push:
branches: [main, dev]
pull_request:
branches: ['*']
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
environment: [py312]
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.8.1
with:
environments: ${{ matrix.environment }}
manifest-path: pixi.toml
pixi-version: v0.39.0
cache: true
- run: pixi run -e ${{ matrix.environment }} lint-check
test:
runs-on: ubuntu-latest
strategy:
matrix:
environment: [py311, py312, py313]
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.8.1
with:
environments: ${{ matrix.environment }}
manifest-path: pixi.toml
pixi-version: v0.39.0
cache: true
- run: pixi run -e ${{ matrix.environment }} test