From 108d6b2fc04fc020e48f53e43d260f9eec035bcc Mon Sep 17 00:00:00 2001 From: Ernst Roell Date: Mon, 1 Jul 2024 14:27:47 +0200 Subject: [PATCH] try again. --- .github/workflows/docs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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