Skip to content

anisotropic.py: adding default values of forcing parameters #732

anisotropic.py: adding default values of forcing parameters

anisotropic.py: adding default values of forcing parameters #732

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.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