Skip to content

[experimental, do not merge] make xdist opt-in #900

[experimental, do not merge] make xdist opt-in

[experimental, do not merge] make xdist opt-in #900

Workflow file for this run

name: Dev Build
on:
pull_request:
paths:
- 'Makefile'
- 'pyproject.toml'
permissions:
contents: read
jobs:
build:
timeout-minutes: 20
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
with:
pixi-version: v0.62.2
locked: false
frozen: false
cache: false
- run: pixi run make check-prereqs
- run: pixi run make fe
- run: pixi run make py