Skip to content

Commit 8064b25

Browse files
committed
Back to pixi 0.26.1
1 parent 30cf08e commit 8064b25

File tree

2 files changed

+159
-173
lines changed

2 files changed

+159
-173
lines changed

.github/workflows/ci-pixi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- uses: prefix-dev/[email protected]
2121
with:
22-
pixi-version: v0.33.0
22+
pixi-version: v0.26.1
2323
cache: false
2424
- name: Install
2525
run: |
2626
pixi run install-editable
2727
pixi run pip install plugins/fluidfft-fftw -v --no-build-isolation --no-deps
28+
ls D:\a\fluidfft\fluidfft\.pixi\envs\default\Lib\site-packages\fluidfft_fftw\fft2d
2829
pixi run python -c "import fluidfft_fftw.fft2d as m; print(m)"
2930
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw1d"
3031
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw2d"

0 commit comments

Comments
 (0)