Skip to content

Commit

Permalink
More CI Pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Feb 5, 2024
1 parent 4099b72 commit cb319b2
Show file tree
Hide file tree
Showing 3 changed files with 446 additions and 213 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci-pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: ["windows-2022", "macos-latest"]
# python-version: ["3.9", "3.10", "3.11"]
os: ["windows-2022"]
python-version: ["3.10"]
os: ["windows-2022", "macos-latest"]
python-version: ["3.9", "3.10", "3.11"]
defaults:
run:
shell: bash -l {0}
Expand All @@ -27,11 +25,7 @@ jobs:
run: |
pixi run install-editable
pixi run pip install plugins/fluidfft-fftw -v --no-build-isolation --no-deps
- name: Show meson-log.txt
if: always()
run: |
cat build/cp310/meson-logs/meson-log.txt
cat 'D:\a\fluidfft\fluidfft\.pixi\env\Scripts\transonic-get-include'
- name: Tests
run: |
pixi run pytest -v tests plugins/fluidfft-fftw
pixi run pytest -v tests
pixi run pytest -v plugins/fluidfft-fftw
Loading

0 comments on commit cb319b2

Please sign in to comment.