From 50a922f15d12314b3f50cad26cc908f986e453c2 Mon Sep 17 00:00:00 2001 From: Alleria Date: Tue, 23 Jul 2024 09:58:15 -0700 Subject: [PATCH] test the deployment --- .github/workflows/documentation_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation_test.yml b/.github/workflows/documentation_test.yml index 4948aa41..8a8aef5a 100644 --- a/.github/workflows/documentation_test.yml +++ b/.github/workflows/documentation_test.yml @@ -35,6 +35,7 @@ jobs: poetry config virtualenvs.create false # Avoid creating a virtual environment poetry install --with doc # Install only the doc dependencies as specified in pyproject.toml pip install nest-asyncio # manually install nest-asyncio + pip install torch # manually install torch # pip install transformers # manually install transformers poetry show poetry show lightrag