Skip to content

WIP: try to compile fft2d_with_fftw1d.so #118

WIP: try to compile fft2d_with_fftw1d.so

WIP: try to compile fft2d_with_fftw1d.so #118

Workflow file for this run

name: CI-windows
on:
- push
- pull_request
jobs:
tests:
runs-on: windows-2022
defaults:
run:
shell: bash -l {0}
env:
FLUIDFFT_TRANSONIC_BACKEND: "python"
FLUIDDYN_NO_XSIMD: true
FLUIDFFT_NO_CARCH: true
strategy:
matrix:
python-version: [3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v3
- uses: prefix-dev/setup-pixi@v0.4.1
with:
pixi-version: v0.11.1
cache: false
- name: Tests
run: |
pixi run install-editable
pixi run pytest -v tests plugins/fluidfft-pyfftw