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 11453d8 commit 09a93d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/documentation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
run: |
cd docs
poetry config virtualenvs.create false # Avoid creating a virtual environment
poetry install # Install only the doc dependencies as specified in pyproject.toml
pip install nest-asyncio
poetry install --with doc # Install only the doc dependencies as specified in pyproject.toml
# pip install nest-asyncio
poetry show
- name: Build documentation using Makefile
run: |
Expand Down

0 comments on commit 09a93d8

Please sign in to comment.