Skip to content

Commit

Permalink
pixi: add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Sep 27, 2024
1 parent 783088a commit 74f7a19
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/run_pixi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: run_pixi

on: [workflow_dispatch, push, pull_request]

jobs:
build_n_lint:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 6
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
qt: [qt5, qt6]

steps:
- uses: actions/checkout@v2
name: Checkout

- uses: prefix-dev/[email protected]
with:
pixi-version: v0.30.0
cache: true
- run: pixi run -e ${{ matrix.qt }} install

0 comments on commit 74f7a19

Please sign in to comment.