From 017019fb80020c5f94cebac8c89738b9e608347c Mon Sep 17 00:00:00 2001 From: Alleria Date: Tue, 23 Jul 2024 09:39:48 -0700 Subject: [PATCH] test the deployment --- .github/workflows/documentation_test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation_test.yml b/.github/workflows/documentation_test.yml index 09b9f8a5..8e762016 100644 --- a/.github/workflows/documentation_test.yml +++ b/.github/workflows/documentation_test.yml @@ -36,6 +36,8 @@ jobs: poetry install --with doc # Install only the doc dependencies as specified in pyproject.toml # pip install nest-asyncio poetry show + poetry show lightrag + - name: Build documentation using Makefile run: |