Skip to content

Commit

Permalink
Fix pip command (#342)
Browse files Browse the repository at this point in the history
Sorry again. Look like it come from the yaml. If still not working after
that I will just remove the condition.
Cannot test it in local and cannot push directly to master.
  • Loading branch information
AMontagu authored Jan 30, 2025
1 parent fa68f9e commit 9120ad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ build:
post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- pip install poetry<3.0.0
- >-
pip install 'poetry<3.0.0'
post_install:
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
Expand Down

0 comments on commit 9120ad7

Please sign in to comment.