Skip to content

Check in default location if pixi not found (#41) #122

Check in default location if pixi not found (#41)

Check in default location if pixi not found (#41) #122

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 # v0.8.1
with:
environments: ${{ matrix.environment }}
- run: pixi run fmt-check
- run: pixi run lint-check
- run: pixi run test --color=yes