Skip to content

Commit

Permalink
C++ code not yet compatible with Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Feb 5, 2024
1 parent cc61cb8 commit 7c33a7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
with:
pixi-version: v0.11.1
cache: false
- name: Tests
- name: Install
run: |
pixi run install-editable
pixi run pip install plugins/fluidfft-fftw -v --no-build-isolation --no-deps
# C++ code is not yet compatible with Windows
# 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 7c33a7b

Please sign in to comment.