diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6e64489..a3572f3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,9 @@ jobs: python-version: '3.12' # ADJUST THIS: install all dependencies (including pdoc) - - run: pip install -e . + - run: | + pip install torch + pip install -e . # ADJUST THIS: build your documentation into docs/. # We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here. - run: python -m pdoc --docformat numpy --logo "https://avatars.githubusercontent.com/u/88346553?s=200&v=4" dect -o ./docs