Skip to content

Commit a4f792f

Browse files
committed
Update pixi
1 parent 628ebfa commit a4f792f

File tree

2 files changed

+304
-238
lines changed

2 files changed

+304
-238
lines changed

.github/workflows/ci-pixi.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,22 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: ["windows-2022", "macos-latest"]
14-
# environment: [py310, py311, py312, py313]
1514
defaults:
1615
run:
1716
shell: bash -l {0}
1817
steps:
1918
- uses: actions/checkout@v3
2019
- uses: prefix-dev/[email protected]
2120
with:
22-
pixi-version: v0.26.1
21+
pixi-version: v0.35.0
2322
cache: false
24-
# environments: ${{ matrix.environment }}
2523
- name: Install
2624
run: |
2725
pixi run install-editable
2826
pixi run pip install plugins/fluidfft-fftw -v --no-build-isolation --no-deps
2927
pixi run python -c "import fluidfft_fftw.fft2d as m; print(m)"
3028
ls .pixi/envs/default/Lib/site-packages/fluidfft_fftw/fft2d
3129
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw1d"
32-
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw2d"
33-
pixi run python -c "import fluidfft_fftw.fft3d.with_fftw3d"
3430
- name: Tests
3531
run: |
3632
pixi run pytest -v -s tests

0 commit comments

Comments
 (0)