Skip to content

[pull] branch/default from fluiddyn:branch/default #82

[pull] branch/default from fluiddyn:branch/default

[pull] branch/default from fluiddyn:branch/default #82

Workflow file for this run

name: CI Pixi
on:
- push
- pull_request
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["windows-2022", "macos-latest"]
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.33.0
cache: false
- name: Install
run: |
pixi run install-editable
- name: Tests
run: |
pixi run test