Skip to content

Commit

Permalink
ci: change post_create_environment on readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
scjorge committed Jul 30, 2024
1 parent f0db199 commit f8e92ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ build:

jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
- pip install --user --requirement < (poetry export --format requirements.txt)

post_install:
- poetry install --only doc

0 comments on commit f8e92ef

Please sign in to comment.