Skip to content

Commit 7675d8d

Browse files
authored
Fix .readthedocs.yml
Following readthedocs/readthedocs.org#11150
1 parent 643eaf7 commit 7675d8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.readthedocs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
1414
tools:
1515
python: '3'
1616
jobs:
17+
post_create_environment:
18+
- python -m pip install poetry
1719
post_install:
18-
- pip install -U poetry
19-
- poetry config virtualenvs.create false
20-
- poetry install
20+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install

0 commit comments

Comments
 (0)