Skip to content

Add ability to build from in-repo repos file (#2) #13

Add ability to build from in-repo repos file (#2)

Add ability to build from in-repo repos file (#2) #13

Workflow file for this run

name: Pixi-based CI
on: [push, pull_request]
jobs:
default:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.17.1
cache: true
- run: pixi run sync
- run: pixi run build