Skip to content

Commit

Permalink
Add cxx-compiler on Linux and m2w64-gcc on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Nov 8, 2024
1 parent 3453151 commit f42f10c
Show file tree
Hide file tree
Showing 3 changed files with 732 additions and 429 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,22 @@ jobs:
fail-fast: false
matrix:
os: ["windows-2022", "macos-latest"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.33.0
pixi-version: v0.35.0
cache: false
- name: Install
run: |
pixi run install-editable
pixi run pip install plugins/fluidfft-fftw -v --no-build-isolation --no-deps
pixi run python -c "import fluidfft_fftw.fft2d as m; print(m)"
ls .pixi/envs/default/Lib/site-packages/fluidfft_fftw/fft2d
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw1d"
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw2d"
pixi run python -c "import fluidfft_fftw.fft3d.with_fftw3d"
- name: Tests
run: |
pixi run pytest -v -s tests
Expand Down
Loading

0 comments on commit f42f10c

Please sign in to comment.