Skip to content

chore(pre-commit.ci): pre-commit autoupdate #122

chore(pre-commit.ci): pre-commit autoupdate

chore(pre-commit.ci): pre-commit autoupdate #122

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
name: "Run test across all Python versions"
strategy:
matrix:
environment: [py310, py311, py312]
steps:
- name: Check out
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup pixi
uses: prefix-dev/[email protected]
with:
pixi-version: v0.46.0
cache: true
environments: ${{ matrix.environment }}
- run: pixi run -e ${{ matrix.environment }} install
- name: Test
run: pixi run -e ${{ matrix.environment }} test