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 6069672 commit a05cef4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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 plugins/fluidfft-fftw

0 comments on commit a05cef4

Please sign in to comment.