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 6d15b33
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 54 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/pixi-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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:
pixi-version: v0.27.1
cache: false
cache-write: false
frozen: true

- name: Run tests
run: pixi run test
108 changes: 54 additions & 54 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6d15b33

Please sign in to comment.