Skip to content

Commit 30cf08e

Browse files
committed
Few reverts in pixi.toml to fix windows CI
1 parent 3453151 commit 30cf08e

File tree

3 files changed

+159
-151
lines changed

3 files changed

+159
-151
lines changed

.github/workflows/ci-pixi.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
run: |
2626
pixi run install-editable
2727
pixi run pip install plugins/fluidfft-fftw -v --no-build-isolation --no-deps
28+
pixi run python -c "import fluidfft_fftw.fft2d as m; print(m)"
2829
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw1d"
2930
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw2d"
3031
pixi run python -c "import fluidfft_fftw.fft3d.with_fftw3d"

0 commit comments

Comments
 (0)