Skip to content

Fix small annoyances across different test to clean up the log. #1513

Fix small annoyances across different test to clean up the log.

Fix small annoyances across different test to clean up the log. #1513

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