Skip to content

test: trapezoid should be used for Numpy >= 2 and trapz otherwise #1508

test: trapezoid should be used for Numpy >= 2 and trapz otherwise

test: trapezoid should be used for Numpy >= 2 and trapz otherwise #1508

Workflow file for this run

name: Documentation Build
on: [push, pull_request]
jobs:
docbuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
environments: docs
- run: pixi run --environment docs docbuild
doctest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
environments: docs
- name: Install locales
run: |
sudo apt-get install language-pack-fr
sudo localedef -i fr_FR -f UTF-8 fr_FR
- run: pixi run --environment docs doctest