Skip to content

Update pixi lockfile #93

Update pixi lockfile

Update pixi lockfile #93

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
name: Tests
timeout-minutes: 10
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
environment:
- default
- py38-pixi019
- py312-pixi019
- py38-pixi024
- py312-pixi024
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.8.1
with:
environments: ${{ matrix.environment }}
- run: pixi run fmt-check
- run: pixi run lint-check
- run: pixi run test