Skip to content

Commit ff65c70

Browse files
committed
pixi: clang=18.1.8 for win-64
1 parent 09752c3 commit ff65c70

File tree

3 files changed

+54
-53
lines changed

3 files changed

+54
-53
lines changed

.github/workflows/ci-pixi.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: ["windows-2022", "macos-latest"]
14-
python-version: ["3.10", "3.11", "3.12", "3.13"]
14+
environment: [py310, py311, py312, py313]
1515
defaults:
1616
run:
1717
shell: bash -l {0}
@@ -21,12 +21,13 @@ jobs:
2121
with:
2222
pixi-version: v0.26.1
2323
cache: false
24+
environments: ${{ matrix.environment }}
2425
- name: Install
2526
run: |
2627
pixi run install-editable
2728
pixi run pip install plugins/fluidfft-fftw -v --no-build-isolation --no-deps
28-
ls .pixi/envs/default/Lib/site-packages/fluidfft_fftw/fft2d
2929
pixi run python -c "import fluidfft_fftw.fft2d as m; print(m)"
30+
ls .pixi/envs/default/Lib/site-packages/fluidfft_fftw/fft2d
3031
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw1d"
3132
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw2d"
3233
pixi run python -c "import fluidfft_fftw.fft3d.with_fftw3d"

pixi.lock

Lines changed: 48 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ meson-python = ">=0.15.0,<0.17.0"
5757
pythran = ">=0.15.0"
5858
# issue on Windows?
5959
transonic = ">=0.6.1,=0.7.0"
60+
61+
[target.win-64.dependencies]
62+
clang = "18.1.8.*"

0 commit comments

Comments
 (0)