Skip to content

Commit

Permalink
test the deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleria1809 committed Jul 23, 2024
1 parent 017019f commit 8e9c896
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
cd docs
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
pip install nest-asyncio # manually install nest-asyncio
# pip install transformers # manually install transformers
poetry show
poetry show lightrag
Expand Down

0 comments on commit 8e9c896

Please sign in to comment.