Skip to content

Commit

Permalink
ENH: Add pixi CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Aug 26, 2024
1 parent c65b654 commit 1030328
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/pixi-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Pixi Test

on: [push, pull_request]

jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 5
matrix:
os: [ubuntu-22.04, windows-2022, macos-12, macos-14]

steps:
- uses: actions/checkout@v4

- uses: prefix-dev/[email protected]
with:
cache: false
cache-write: false

- name: Run tests
run: pixi run test

0 comments on commit 1030328

Please sign in to comment.