Skip to content

Commit

Permalink
Pin poetry version as a workaround for poetry export plugin requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
chezou committed Jan 10, 2025
1 parent 69c92f4 commit 0df4eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
pre_build:
- cp -r examples docs/source/
post_install:
- pip install --no-cache-dir poetry
- pip install --no-cache-dir poetry==1.8.5
- poetry export -f requirements.txt -o requirements.txt -E all --without-hashes
- pip install --no-cache-dir -r requirements.txt

Expand Down

0 comments on commit 0df4eb9

Please sign in to comment.