Skip to content

Commit

Permalink
try pixi container
Browse files Browse the repository at this point in the history
  • Loading branch information
fangohr committed Dec 18, 2024
1 parent 01fc5f7 commit 090c2c0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pixi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: pixi

on:
push:


jobs:
build:

runs-on: ghcr.io/prefix-dev/pixi

steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
pixi --version

0 comments on commit 090c2c0

Please sign in to comment.