Skip to content

Commit

Permalink
Try fluidfft-fftw on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Feb 6, 2024
1 parent 72912d6 commit 14a63a0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
- name: Install
run: |
pixi run install-editable
# C++ code is not yet compatible with Windows
# pixi run pip install plugins/fluidfft-fftw -v --no-build-isolation --no-deps
pixi run pip install plugins/fluidfft-fftw -v --no-build-isolation --no-deps
- name: Tests
run: |
pixi run pytest -v tests
# pixi run pytest -v plugins/fluidfft-fftw
pixi run pytest -v -s tests
pixi run pytest -v -s plugins/fluidfft-fftw

0 comments on commit 14a63a0

Please sign in to comment.