Skip to content

pixi: add simage

pixi: add simage #110

Workflow file for this run

name: lint-build-test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build_n_lint:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 9
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
name: Checkout
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.30.0
cache: true
- run: pixi run lint
- run: pixi run test