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 f8e92ef commit 369e461
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 @@ -10,7 +10,7 @@ build:

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

post_install:
- poetry install --only doc

0 comments on commit 369e461

Please sign in to comment.