Fix the autodoc of the composable module

This commit is contained in:
Mirko Bunse 2024-07-01 18:10:29 +02:00
parent c99c9903a3
commit 7f05f8dd41
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
with:
pre-build-command: |
apt-get --allow-releaseinfo-change update -y && apt-get install -y git && git --version
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip setuptools wheel "jax[cpu]"
python -m pip install -e .[composable,neural,docs]
docs-folder: "docs/"
- name: Publish documentation