Skip to content

Merge pull request #6 from rudolfjs/main #1

Merge pull request #6 from rudolfjs/main

Merge pull request #6 from rudolfjs/main #1

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
name: "Test (Python ${{ matrix.python-env }})"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-env: [py310, py311, py312, py313]
steps:
- uses: actions/checkout@v4
- name: Install pixi
uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: latest
cache: true
- name: Run CI (lint, fmt-check, tests)
run: pixi run --environment ${{ matrix.python-env }} ci