Skip to content

Commit f437573

Browse files
committed
Update poetry install command
Following readthedocs/readthedocs.org#11167
1 parent 8c986e3 commit f437573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:
1717
- pip install poetry
1818
- poetry config virtualenvs.create false
1919
post_install:
20-
- poetry install --directory=python --with dev
20+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --directory=python --with dev
2121

2222
# Build documentation with MkDocs
2323
mkdocs:

0 commit comments

Comments
 (0)