Skip to content

Update doc install

Update doc install #99

Workflow file for this run

name: CI Pixi
on:
- push
- pull_request
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["windows-2022", "macos-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- uses: prefix-dev/[email protected]
with:
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
- name: Tests
run: |
pixi run pytest -v -s tests
pixi run pytest -v -s plugins/fluidfft-fftw