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 22, 2024
1 parent 63acaa7 commit b5dca70
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 120 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/documentation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.local/bin" >> $GITHUB_PATH # Ensure Poetry's bin directory is in PATH
- name: Install root dependencies(expecially doc dependencies) using Poetry
- name: Install doc dependencies using Poetry
run: |
poetry config virtualenvs.create false # Avoid creating a virtual environment
poetry install --only doc # Install only the documentation dependencies
- name: Install package dependencies
Expand Down
Loading

0 comments on commit b5dca70

Please sign in to comment.