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 3e1a51d commit 5a2b4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install root dependencies(expecially doc dependencies) using Poetry
run: |
poetry config virtualenvs.create false # Avoid creating a virtual environment
poetry install --only docs # Install only the documentation dependencies
poetry install --only doc # Install only the documentation dependencies
- name: Install package dependencies
run: |
Expand Down

0 comments on commit 5a2b4e2

Please sign in to comment.