Skip to content

Commit

Permalink
try without installing poetry with pip and ' (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMontagu authored Jan 28, 2025
1 parent 66c931d commit fa68f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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 fa68f9e

Please sign in to comment.