Skip to content

Added tag 0.9.0 for changeset 13f0a4e40564 #700

Added tag 0.9.0 for changeset 13f0a4e40564

Added tag 0.9.0 for changeset 13f0a4e40564 #700

Workflow file for this run

name: CI Windows
on:
- push
- pull_request
jobs:
tests:
runs-on: windows-2022
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.59.0
cache: false
- name: Tests
run: |
pixi run install-editable
pixi run pytest ./fluidsim -v
# pixi run mpirun -np 2 pytest ./fluidsim -v --exitfirst