Skip to content

Commit

Permalink
docs(rtd-build-ci): try to install poetry in pre_install Job
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 15, 2023
1 parent 59e5d5d commit b31ae6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ build:

# ALL JOBS implied: https://docs.readthedocs.io/en/stable/builds.html
jobs:
post_system_dependencies:
- python3 -m pip install --user poetry
# post_system_dependencies:
# - python3 -m pip install --user poetry
pre_install:
- python3 -m pip install --user poetry
- python3 -m poetry export -o req-docs.txt -E docs


Expand Down

0 comments on commit b31ae6a

Please sign in to comment.