Skip to content

creating first unit tests for coordinate conversion #743

creating first unit tests for coordinate conversion

creating first unit tests for coordinate conversion #743

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/setup-pixi@v0.9.3
with:
pixi-version: v0.63.2
cache: false
- name: Tests
run: |
pixi run install-editable
pixi run pytest ./fluidsim -v
# pixi run mpirun -np 2 pytest ./fluidsim -v --exitfirst