We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cf08e commit 8064b25Copy full SHA for 8064b25
.github/workflows/ci-pixi.yml
@@ -19,12 +19,13 @@ jobs:
19
- uses: actions/checkout@v3
20
- uses: prefix-dev/[email protected]
21
with:
22
- pixi-version: v0.33.0
+ pixi-version: v0.26.1
23
cache: false
24
- name: Install
25
run: |
26
pixi run install-editable
27
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
29
pixi run python -c "import fluidfft_fftw.fft2d as m; print(m)"
30
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw1d"
31
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw2d"
0 commit comments