Skip to content

Added tag 0.7.2 for changeset 1e4485965041 #111

Added tag 0.7.2 for changeset 1e4485965041

Added tag 0.7.2 for changeset 1e4485965041 #111

Workflow file for this run

name: CI-windows
on:
- push
- pull_request
jobs:
tests:
runs-on: windows-2022
defaults:
run:
shell: bash -l {0}
strategy:
matrix:
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.26.1
cache: false
- name: Tests
run: |
pixi run install-editable
pixi run pytest tests
pixi run mpirun -np 2 pytest tests
echo "TRANSONIC_BACKEND=python" >> $GITHUB_ENV
pixi run pytest tests
echo "TRANSONIC_BACKEND=numba" >> $GITHUB_ENV
pixi run pytest tests