Skip to content

Commit

Permalink
Back to pixi 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Nov 8, 2024
1 parent 30cf08e commit 09752c3
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 222 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:
- uses: actions/checkout@v3
- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.33.0
pixi-version: v0.26.1
cache: false
- name: Install
run: |
pixi run install-editable
pixi run pip install plugins/fluidfft-fftw -v --no-build-isolation --no-deps
ls .pixi/envs/default/Lib/site-packages/fluidfft_fftw/fft2d
pixi run python -c "import fluidfft_fftw.fft2d as m; print(m)"
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw1d"
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw2d"
Expand Down
Loading

0 comments on commit 09752c3

Please sign in to comment.