Skip to content

Commit

Permalink
ci: update readthedos.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
scjorge committed Jul 30, 2024
1 parent 3ca076e commit f533720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ build:

jobs:
post_install:
- pip install --user poetry
- pip install poetry
- poetry config virtualenvs.create false
- pip install --user --requirement < poetry export --only doc --format requirements.txt
- pip install --requirement < poetry export --only doc --format requirements.txt

0 comments on commit f533720

Please sign in to comment.